set nginx listen config to prevent letsencrypt running
This commit is contained in:
parent
e165b84eb4
commit
af291d61d3
@ -1485,10 +1485,12 @@ gitlab_rails['store_initial_root_password'] = false
|
||||
##! **Override only if you use a reverse proxy**
|
||||
##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#setting-the-nginx-listen-port
|
||||
# nginx['listen_port'] = nil
|
||||
nginx['listen_port'] = 80
|
||||
|
||||
##! **Override only if your reverse proxy internally communicates over HTTP**
|
||||
##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#supporting-proxied-ssl
|
||||
# nginx['listen_https'] = nil
|
||||
nginx['listen_https'] = false
|
||||
|
||||
##! **Override only if you use a reverse proxy with proxy protocol enabled**
|
||||
##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#configuring-proxy-protocol
|
||||
|
Loading…
x
Reference in New Issue
Block a user