Remove the old service , my-aiva

This commit is contained in:
2025-12-08 23:04:23 +00:00
parent 22577702f5
commit 1ec7bf4ef2

View File

@@ -70,30 +70,30 @@ server {
} }
# my-aiva.apptabulous.co.uk # my-aiva.apptabulous.co.uk
server { # server {
listen 80; # listen 80;
listen [::]:80; # listen [::]:80;
listen 443 ssl; # listen 443 ssl;
listen [::]:443 ssl; # listen [::]:443 ssl;
server_name my-aiva.apptabulous.co.uk; # server_name my-aiva.apptabulous.co.uk;
ssl_certificate /etc/letsencrypt/live/apptabulous.co.uk/fullchain.pem; # ssl_certificate /etc/letsencrypt/live/apptabulous.co.uk/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/apptabulous.co.uk/privkey.pem; # ssl_certificate_key /etc/letsencrypt/live/apptabulous.co.uk/privkey.pem;
if ($block_uri = 1) { # if ($block_uri = 1) {
return 403; # return 403;
} # }
# This must come before the / endpoint so as not to be masked # # This must come before the / endpoint so as not to be masked
location /webhook { # location /webhook {
proxy_pass http://my-aiva:5000; # proxy_pass http://my-aiva:5000;
} # }
location / { # location / {
proxy_pass http://my-aiva:3000; # proxy_pass http://my-aiva:3000;
} # }
} # }
# Watchtower # Watchtower
server { server {