Add ipv6 support

This commit is contained in:
Eric Nemchik 2018-12-04 09:54:38 -06:00
commit 4ef328bf68
38 changed files with 69 additions and 31 deletions

View file

@ -2,14 +2,15 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name pydio.*;
include /config/nginx/ssl.conf;
client_max_body_size 0;
# enable for ldap auth, fill in ldap details in ldap.conf
# enable for ldap auth, fill in ldap details in ldap.conf
#include /config/nginx/ldap.conf;
location / {