run on port 8080
This commit is contained in:
parent
6e7a19b094
commit
7e48eaf211
@ -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…
Reference in New Issue
Block a user