-
Published Answer
No, I’m not using Apache………
Steps whatever i have did…
Node
WebRTC (MCU)
Nginx
My MCU is working …
“…
•
By
RaviRanjan
-
Published Answer
[root@localhost bin]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/ng…
•
By
RaviRanjan
-
Published Question
[root@localhost bin]# systemctl status nginx.service
● nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; disabled; vendor preset: disabled)
Active: fa...
Accepted Answer:
The errors shown here indicate that ports 80 and 443 on your droplet are already in use. If you already have Apache or another web server running on your droplet you will need to stop that service in order to start n...
1
•
•
By
RaviRanjan
Nginx
Deployment
CentOS
-
Published Question
<^><^>[root@localhost bin]# nginx -t
**nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
[root@localhost bin]# nginx
nginx: [emerg] bin...
2
•
•
By
RaviRanjan
DigitalOcean
Deployment
Nginx
CentOS
-
Published Question
I want to complete procedure about TURN server installation,
Currently I running with only ip address but i'm unable to configure with particular domain.
Example: using IP : [ https://10.10.11.102:443 ] => it's runnin...
0
•
•
By
RaviRanjan
Networking
Server Optimization
CentOS
Ubuntu
-
Published Question
root@admin-server:/etc/ssl/nginx# apt-get install nginx-plus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nginx-plus
1
•
•
By
RaviRanjan
Nginx
Ubuntu