run nginx on 8080
This commit is contained in:
parent
3b450ed3f9
commit
328b3b585c
@ -6,7 +6,7 @@ upstream php {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
|
||||
server_name {{getenv "DOMAIN"}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user