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:
parent
43fd717f6a
commit
cf1cb19dd8
1 changed files with 1 additions and 0 deletions
|
@ -19,5 +19,6 @@ EOS
|
|||
|
||||
nginx['listen_port'] = __PORT__
|
||||
nginx['listen_https'] = false
|
||||
nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 addresses
|
||||
|
||||
unicorn['port'] = __PORTUNICORN__
|
||||
|
|
Loading…
Add table
Reference in a new issue