10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
root /var/www/metanohi-misc-subsites/natur;
|
|
index index.html index.php;
|
|
|
|
location ~* \.php$ {
|
|
fastcgi_pass unix:/run/phpfpm/main.sock;
|
|
include /etc/nginx/fastcgi.conf;
|
|
}
|
|
|
|
error_page 404 /index.php;
|