From 7e51ba37b11253cbab70be46e13e86e8ce187042 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Tue, 15 Feb 2022 21:47:14 +0100 Subject: [PATCH] Move STB Wordpress to an unused port --- modules/stb.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/stb.nix b/modules/stb.nix index d101e4e..c590d52 100644 --- a/modules/stb.nix +++ b/modules/stb.nix @@ -50,7 +50,7 @@ in "/nix/var/data/stb-wordpress:/var/www/html" "${uploadWordpressConfig}:/usr/local/etc/php/conf.d/uploads.ini" ]; - ports = [ "8080:80" ]; + ports = [ "127.0.0.1:8180:80" ]; extraOptions = [ "--network=stb-br" ]; autoStart = true; }; @@ -62,7 +62,7 @@ in enableACME = true; locations."/" = { - proxyPass = "http://127.0.0.1:8080"; + proxyPass = "http://127.0.0.1:8180"; }; }; }