Skip to content

Commit

Permalink
Enable IPv6 for standalone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pini-gh committed Oct 4, 2024
1 parent 4c4207f commit 3e198d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function add_standalone_configuration {
server {
server_name $domain;
listen 80;
listen [::]:80;
access_log /var/log/nginx/access.log vhost;
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
Expand Down

0 comments on commit 3e198d2

Please sign in to comment.