fix: update suesity social hostname and ssl
This commit is contained in:
parent
1ceba25b79
commit
f57945acca
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
ssl_certificate /etc/letsencrypt/live/suesity.online/fullchain.pem;
|
|
||||||
ssl_certificate_key /etc/letsencrypt/live/suesity.online/privkey.pem;
|
|
Loading…
Add table
Reference in a new issue