Skip to content

Commit

Permalink
only exposing 2 domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 20, 2023
1 parent 948f63d commit 4917d40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions services/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ server {
rewrite ^ https://$server_name$request_uri? permanent;
}

server {
listen 80;
server_name ${HOOKS_HOST};
rewrite ^ https://$server_name$request_uri? permanent;
}

server {
listen 443 ssl http2 default_server;
listen [::]:443 ssl http2;
Expand Down

0 comments on commit 4917d40

Please sign in to comment.