nginx
This commit is contained in:
parent
9d759c33cf
commit
62b6c05a40
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user