feat: add service names to sites-available

This commit is contained in:
Victor Westerlund 2025-01-20 13:30:55 +01:00
parent a2d1c4f16c
commit f5da28fede
11 changed files with 0 additions and 26 deletions

View file

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

View file

View file

@ -1,13 +0,0 @@
server {
listen 443 ssl;
server_name blob.vlw.se;
include snippets/vlw.se-ssl;
location / {
client_max_body_size 16M;
proxy_pass http://localhost:8008;
}
}

View file