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

12 lines
322 B
Plaintext
Raw Normal View History

2016-09-03 15:16:39 +02:00
server_name natur.metanohi.name www.natur.metanohi.name nature.metanohi.name www.nature.metanohi.name;
root /home/niels/prog/metanohi-misc-subsites/natur;
index index.html index.php;
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
}
error_page 404 /index.php;