run nginx on 8080
This commit is contained in:
parent
3b450ed3f9
commit
328b3b585c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ upstream php {
|
|||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
|
||||
server_name {{getenv "DOMAIN"}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue