natur fix
This commit is contained in:
11
natur/nginx/base.conf
Normal file
11
natur/nginx/base.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
19
natur/nginx/site.conf
Normal file
19
natur/nginx/site.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
include /etc/nginx/snippets/letsencrypt.conf;
|
||||
include /etc/nginx/basics/niels/natur.metanohi.name.conf;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/natur.metanohi.name/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/natur.metanohi.name/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/natur.metanohi.name/fullchain.pem;
|
||||
|
||||
include /etc/nginx/snippets/ssl.conf;
|
||||
include /etc/nginx/basics/niels/natur.metanohi.name.conf;
|
||||
}
|
||||
Reference in New Issue
Block a user