Skip to content

Commit

Permalink
removing http redirection to allow certbot renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldonadomat committed May 2, 2024
1 parent ded981b commit 077fdfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions client/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
args:
- VITE_SESSION_SECRET=$VITE_SESSION_SECRET
ports:
- "80:8080"
- "443:443"
networks:
- fiddle-network
Expand Down

0 comments on commit 077fdfb

Please sign in to comment.