Merge pull request #183 from Sweeny42/master

Configure NGINX to listen on port 80 for IPv6

This has been the subject of some contention for some time due to the increased support work load for the lancache.net team as a result of ipv6 mis-configuration. Having discussed this we're happy to enable the support at monolithic level, but will NOT be adding this to the instructions / dns container at this time
This commit is contained in:
James Kinsman 2024-07-08 12:39:05 +01:00 committed by GitHub
commit d01c26ae0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
server {
listen 80 reuseport;
listen [::]:80 reuseport;
access_log /data/logs/access.log LOG_FORMAT;
error_log /data/logs/error.log;