summaryrefslogtreecommitdiff
path: root/deployment/services/web.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-07-06 19:39:59 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-07-06 19:39:59 +0200
commitb8a86ab9ce09b041a1f2d8870e216ae00eac9edd (patch)
tree5ee09d1c37be42928c0031e0901f758344bce061 /deployment/services/web.scm
parentd3f4d751a2f98adb5e73b4867a661e7dea5ad8d1 (diff)
(services web): fix incorrect port assignments to radicale and guix
Diffstat (limited to 'deployment/services/web.scm')
-rw-r--r--deployment/services/web.scm4
1 files changed, 2 insertions, 2 deletions
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 ;"