Add service names to sites-available #2

Merged
vlw merged 1 commit from feat/add-names into master 2025-01-20 13:32:35 +01:00
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