From 077fdfbb02aa7f6ba9304029153808e08daabd6a Mon Sep 17 00:00:00 2001 From: Alvaro Maldonado Mateos Date: Thu, 2 May 2024 08:07:14 +0200 Subject: [PATCH] removing http redirection to allow certbot renewal --- client/nginx.conf | 6 ------ docker-compose.yaml | 1 - 2 files changed, 7 deletions(-) diff --git a/client/nginx.conf b/client/nginx.conf index 9ee27da..8eb545b 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -15,12 +15,6 @@ http { include mime.types; sendfile on; - server { - listen 8080; - server_name substrait-fiddle.com; - return 301 https://$host$request_uri; - } - server { listen 443 ssl; diff --git a/docker-compose.yaml b/docker-compose.yaml index bc4e69d..db478cd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,7 +17,6 @@ services: args: - VITE_SESSION_SECRET=$VITE_SESSION_SECRET ports: - - "80:8080" - "443:443" networks: - fiddle-network