listen on all interfaces
This commit is contained in:
parent
6dd4d0c903
commit
677bdd7855
@ -6,6 +6,7 @@ upstream php {
|
||||
}
|
||||
|
||||
server {
|
||||
listen [::]:8080;
|
||||
listen 8080;
|
||||
|
||||
server_name {{getenv "DOMAIN"}};
|
||||
|
Loading…
Reference in New Issue
Block a user