Removed ipv6only option from gitlab-pages-ssl nginx config template

This commit is contained in:
Sergey Rusakov 2019-05-31 10:05:48 +03:00 committed by Niclas Mietz
parent 8fdb620349
commit d1e15afe02

View File

@ -23,7 +23,7 @@ server {
## Pages serving host
server {
listen 0.0.0.0:443 ssl;
listen [::]:443 ipv6only=on ssl http2;
listen [::]:443 ssl http2;
## Replace this with something like pages.gitlab.com
server_name ~^.*{{GITLAB_PAGES_DOMAIN}};