Update nginx/wordpress
This commit is contained in:
@@ -2,7 +2,7 @@ server {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name example.com;
|
server_name example.com;
|
||||||
|
|
||||||
root /home/debian/example.com/web;
|
root /var/www/example.com/web;
|
||||||
index index.php index.htm index.html;
|
index index.php index.htm index.html;
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
|
|||||||
Reference in New Issue
Block a user