10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
|
root /home/niels/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;
|