-
Published Question
I am thinking about transferring VM machine assets to Digital Ocean. Can I use an AWS machine image to create a droplet. It would be Ubuntu or Centos based images.
1
•
•
By
johnpkotuby
Custom Images
-
Published Question
I'm having trouble moving a wordpress website to a new LEMP server. lets use "example.com" as the example. I successfully copied the PHP files and the database to the new server and temporarily set it up as "example.o...
1
•
•
By
johnpkotuby
Nginx
WordPress
Ubuntu 16.04
-
Published Answer
Well I guess that was the answer. I noticed while looking at the default server block that the php location block was indeed inside…
•
By
johnpkotuby
-
Published Answer
IS this really the Include entry in your nginx.conf?
Nginx:
nginx.conf
nclude /etc/nginx/sites-enabled/*;
I am thinking it i…
•
By
johnpkotuby
-
Published Question
I followed this tutorial. How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 14.04 LTS
I have an Ubuntu 16.04 server with Nginx. I have had a production website running under Default for almost a year. It is ...
Accepted Answer:
nginx -t is a helpful command to check your configs before a restart/reload
3
•
•
By
johnpkotuby
Nginx