run on port 8080

This commit is contained in:
Sebastian Hugentobler 2021-08-21 13:44:51 +02:00
parent 6e7a19b094
commit 7e48eaf211
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ Domain where the cops instance is reachable.
Website title. Website title.
# Ports # Ports
- 80 - 8080

View File

@ -6,7 +6,7 @@ upstream php {
} }
server { server {
listen 80; listen 8080;
server_name {{getenv "DOMAIN"}}; server_name {{getenv "DOMAIN"}};