6 # is expected even if empty
11 # define content-type headers
13 text/html html htm shtml;
16 #text/plain txt sh rst md;
17 #application/xhtml+xml xhtml;
22 default_type application/octet_stream;
25 # logging deactivated due to DSGVO
26 #access_log /var/log/nginx/access.log;
27 #error_log /var/log/nginx/error.log;
29 # HTTP server: only enforce HTTPS
32 return 301 https://$host$request_uri;
38 server_name web20181130.plomlompom.com;
39 ssl_certificate /etc/letsencrypt/live/web20181130.plomlompom.com/fullchain.pem;
40 ssl_certificate_key /etc/letsencrypt/live/web20181130.plomlompom.com/privkey.pem;
42 index index.html index.htm index.nginx-debian.html;