mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +00:00
Have nginx listen on ipv6 addresses as well
This commit is contained in:
@@ -24,6 +24,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
# Load Lua variables
|
||||
set_by_lua $webmail 'return os.getenv("WEBMAIL")';
|
||||
|
||||
Reference in New Issue
Block a user