From 1ec7bf4ef2ced76c911e38c4f97769bda469a02c Mon Sep 17 00:00:00 2001 From: Matthew Spencer Date: Mon, 8 Dec 2025 23:04:23 +0000 Subject: [PATCH] Remove the old service , my-aiva --- .../reverseproxy/conf.d/reverse_proxy.conf | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/apptabulous/reverseproxy/conf.d/reverse_proxy.conf b/apptabulous/reverseproxy/conf.d/reverse_proxy.conf index f32ae22..6d056c7 100755 --- a/apptabulous/reverseproxy/conf.d/reverse_proxy.conf +++ b/apptabulous/reverseproxy/conf.d/reverse_proxy.conf @@ -70,30 +70,30 @@ server { } # my-aiva.apptabulous.co.uk -server { - listen 80; - listen [::]:80; - listen 443 ssl; - listen [::]:443 ssl; - server_name my-aiva.apptabulous.co.uk; +# server { +# listen 80; +# listen [::]:80; +# listen 443 ssl; +# listen [::]:443 ssl; +# server_name my-aiva.apptabulous.co.uk; - ssl_certificate /etc/letsencrypt/live/apptabulous.co.uk/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/apptabulous.co.uk/privkey.pem; +# ssl_certificate /etc/letsencrypt/live/apptabulous.co.uk/fullchain.pem; +# ssl_certificate_key /etc/letsencrypt/live/apptabulous.co.uk/privkey.pem; - if ($block_uri = 1) { - return 403; - } +# if ($block_uri = 1) { +# return 403; +# } - # This must come before the / endpoint so as not to be masked - location /webhook { - proxy_pass http://my-aiva:5000; - } +# # This must come before the / endpoint so as not to be masked +# location /webhook { +# proxy_pass http://my-aiva:5000; +# } - location / { - proxy_pass http://my-aiva:3000; - } +# location / { +# proxy_pass http://my-aiva:3000; +# } -} +# } # Watchtower server {