From c1887a9a9cc47fdcf4fdc751b396db9f083583e7 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sun, 11 Aug 2024 17:23:49 -0500 Subject: [PATCH] change host --- clusters/cl01tl/applications/roundcube/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/roundcube/values.yaml b/clusters/cl01tl/applications/roundcube/values.yaml index 0d383c841..9e20f0a5f 100644 --- a/clusters/cl01tl/applications/roundcube/values.yaml +++ b/clusters/cl01tl/applications/roundcube/values.yaml @@ -143,7 +143,7 @@ roundcube: location ~ \.php(/|$) { try_files $uri =404; - fastcgi_pass roundcubemail:9000; + fastcgi_pass roundcube:9000; fastcgi_read_timeout 300; proxy_read_timeout 300; fastcgi_split_path_info ^(.+\.php)(/.*)$;