This commit is contained in:
Nicolas Bally 2020-09-26 17:40:02 +02:00
parent 9d759c33cf
commit 62b6c05a40

View File

@ -19,13 +19,18 @@ server {
error_page 500 502 503 504 /500.html;
client_max_body_size 4G;
keepalive_timeout 10;
include snippets/letsencrypt.conf;
}
server {
listen [::]:80;
server_name www.kaps.quartz.xyz;
rewrite ^(.*) http://kaps.quartz.xyz$1 permanent;
rewrite ^(.*) https://kaps.quartz.xyz$1 permanent;
include snippets/letsencrypt.conf;
}