diff --git a/ubuntu/mercy.sickstack.com.yml b/ubuntu/mercy.sickstack.com.yml index 68e6097..d79eaa3 100644 --- a/ubuntu/mercy.sickstack.com.yml +++ b/ubuntu/mercy.sickstack.com.yml @@ -28,6 +28,11 @@ - location / { proxy_pass http://127.0.0.1:3000; } + wiki.sickstack.com.http: + - listen *:80 + - listen [::]:80 + - server_name wiki.sickstack.com + - return 301 "https://$host$request_uri" wiki.sickstack.com.https: - listen *:443 ssl http2 - listen [::]:443 ssl http2