mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-10 06:24:18 +00:00
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:
commit
d01c26ae0d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue