1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

listen on all IPv4 and IPv6 addresses

This commit is contained in:
bourreP 2019-01-03 19:44:04 +01:00 committed by GitHub
parent 43fd717f6a
commit cf1cb19dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,6 @@ EOS
nginx['listen_port'] = __PORT__ nginx['listen_port'] = __PORT__
nginx['listen_https'] = false nginx['listen_https'] = false
nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 addresses
unicorn['port'] = __PORTUNICORN__ unicorn['port'] = __PORTUNICORN__