metanohi-misc-subsites/nohix/nginx/base.conf

14 lines
282 B
Plaintext

server_name nohix.metanohi.name www.nohix.metanohi.name;
root /home/niels/prog/metanohi-misc-subsites/nohix;
index index.html index.php;
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
}
location / {
autoindex on;
}