-
Published Question
We had one droplet running Ubuntu 18.04 server previously. Now we created another droplet from the latest snapshot of the previous droplet. And then created a load balancer from these two droplets. After that we are f...
1
•
•
By
w3resource2011
DigitalOcean
Load Balancing
Security
Ubuntu 18.04
-
Published Answer
Output of
tail -50 /var/log/nginx/error.log
2017/05/24 07:07:46 [error] 12840#0: *1 open() “/usr/share/nginx/html/favicon.ic…
•
By
w3resource2011
-
Published Question
We are receiving 'connection refused' on nginx. We run several node apps and server those using nginx reverse proxy on different ports. ports are allowed through ufw. apps are running and doing what they are supposed ...
3
•
•
By
w3resource2011
Nginx
Node.js
Firewall
Ubuntu 16.04
-
Published Answer
I have two .conf files in /etc/apache2/sites-available/
basic.conf
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin adm…
•
By
w3resource2011
-
Published Question
I am trying to run PHP and Django on same Apache server. PHP site is running fine but when I point to Djnago App's url, it shows directory structure only. Any help is greatly appreciated.
2
•
•
By
w3resource2011
PHP
Django
Apache
Ubuntu