Skip to content

Commit

Permalink
Merge pull request #1468 from eliba/nginx-listen-v6
Browse files Browse the repository at this point in the history
Configure nginx to listen on IPv6 interfaces
  • Loading branch information
mergify[bot] authored Dec 9, 2024
2 parents f5c6d5a + d5ad4a5 commit 62ccb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#server {
#listen 80;
#listen [::]:80;
#server_name localhost.localdomain;
#return 301 https://localhost.localdomain$request_uri;
#}

#server {
#listen 443 ssl;
#listen [::]:443 ssl;

#server_name localhost.localdomain;

Expand Down

0 comments on commit 62ccb23

Please sign in to comment.