mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Removed ipv6only option from gitlab-pages-ssl nginx config template
This commit is contained in:
parent
8fdb620349
commit
d1e15afe02
@ -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}};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user