|
|
|
@ -6,7 +6,10 @@ upstream php {
|
|
|
|
|
server {
|
|
|
|
|
server_name domain.tld;
|
|
|
|
|
root /var/www/wordpress;
|
|
|
|
|
index index.php;
|
|
|
|
|
index index.php index.html;
|
|
|
|
|
|
|
|
|
|
access_log /var/log/nginx/"$server_name"-access.log;
|
|
|
|
|
error_log /var/log/nginx/"$server_name"-error.log;
|
|
|
|
|
|
|
|
|
|
location = /favicon.ico {
|
|
|
|
|
log_not_found off;
|
|
|
|
|