listen on all interfaces
This commit is contained in:
parent
6dd4d0c903
commit
677bdd7855
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ upstream php {
|
|||
}
|
||||
|
||||
server {
|
||||
listen [::]:8080;
|
||||
listen 8080;
|
||||
|
||||
server_name {{getenv "DOMAIN"}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue