run on port 8080
This commit is contained in:
parent
6e7a19b094
commit
7e48eaf211
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ Domain where the cops instance is reachable.
|
||||||
Website title.
|
Website title.
|
||||||
|
|
||||||
# Ports
|
# Ports
|
||||||
- 80
|
- 8080
|
||||||
|
|
|
@ -6,7 +6,7 @@ upstream php {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 8080;
|
||||||
|
|
||||||
server_name {{getenv "DOMAIN"}};
|
server_name {{getenv "DOMAIN"}};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue