summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;"