From 7e48eaf2118a96f13e9a9831d8f9c18530c06648 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 21 Aug 2021 13:44:51 +0200 Subject: [PATCH] run on port 8080 --- README.md | 2 +- rootfs/etc/confd/templates/cops.conf.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6ea0ee..7d04447 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Domain where the cops instance is reachable. Website title. # Ports -- 80 +- 8080 diff --git a/rootfs/etc/confd/templates/cops.conf.tmpl b/rootfs/etc/confd/templates/cops.conf.tmpl index 3cc3cd2..7f65555 100644 --- a/rootfs/etc/confd/templates/cops.conf.tmpl +++ b/rootfs/etc/confd/templates/cops.conf.tmpl @@ -6,7 +6,7 @@ upstream php { } server { - listen 80; + listen 8080; server_name {{getenv "DOMAIN"}};