From b8a86ab9ce09b041a1f2d8870e216ae00eac9edd Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 6 Jul 2026 19:39:59 +0200 Subject: (services web): fix incorrect port assignments to radicale and guix --- deployment/services/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/services') diff --git a/deployment/services/web.scm b/deployment/services/web.scm index fdbf007..b076056 100644 --- a/deployment/services/web.scm +++ b/deployment/services/web.scm @@ -76,7 +76,7 @@ (define nginx-location-proxy-guix (nginx-location-configuration - (body (list "proxy_pass http://localhost:5232/ ;" + (body (list "proxy_pass http://localhost:8080/ ;" "proxy_set_header X-Script-Name \"\" ;" "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;" "proxy_set_header Host $http_host ;" @@ -94,7 +94,7 @@ (define nginx-location-proxy-radicale (nginx-location-configuration - (body (list "proxy_pass http://localhost:8080/ ;" + (body (list "proxy_pass http://localhost:5232/ ;" "proxy_set_header X-Script-Name \"\" ;" "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;" "proxy_set_header Host $http_host ;" -- cgit v1.3