|
@@ -1,7 +1,7 @@ |
|
|
server { |
|
|
server { |
|
|
listen 80 default_server; |
|
|
listen 80 default_server; |
|
|
root /var/www/wx; |
|
|
root /var/www/wx; |
|
|
index index.html index.htm index.nginx-debian.html; |
|
|
|
|
|
|
|
|
index index.php index.html index.htm index.nginx-debian.html; |
|
|
autoindex on; |
|
|
autoindex on; |
|
|
|
|
|
|
|
|
server_name wx.home; |
|
|
server_name wx.home; |
|
@@ -9,4 +9,9 @@ server { |
|
|
location / { |
|
|
location / { |
|
|
try_files $uri $uri/ =404; |
|
|
try_files $uri $uri/ =404; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
location ~ \.php$ { |
|
|
|
|
|
include snippets/fastcgi-php.conf; |
|
|
|
|
|
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; |
|
|
|
|
|
} |
|
|
} |
|
|
} |