fix: update suesity social hostname and ssl

This commit is contained in:
Victor Westerlund 2024-11-11 23:36:00 +01:00
parent 1ceba25b79
commit f57945acca
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,13 @@
server { server {
listen 443 ssl; listen 443 ssl;
server_name social.suesity.online; server_name social.suesity.vlw.se;
include snippets/suesity.online-ssl; include snippets/suesity.vlw.se-ssl;
location / { location / {
client_max_body_size 16M;
proxy_pass http://localhost:8007; proxy_pass http://localhost:8007;
} }
} }

View file

@ -1,2 +0,0 @@
ssl_certificate /etc/letsencrypt/live/suesity.online/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/suesity.online/privkey.pem;