From 97d3fc3be22fc8fca08b34e4345dc99e28ba747c Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 4 Feb 2020 11:20:57 +0100 Subject: [PATCH] Update hosting-webmail-phpmyadmin.tpl --- .../10/templates/web/nginx/hosting-webmail-phpmyadmin.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/debian/10/templates/web/nginx/hosting-webmail-phpmyadmin.tpl b/install/debian/10/templates/web/nginx/hosting-webmail-phpmyadmin.tpl index 7085e047..5f601672 100644 --- a/install/debian/10/templates/web/nginx/hosting-webmail-phpmyadmin.tpl +++ b/install/debian/10/templates/web/nginx/hosting-webmail-phpmyadmin.tpl @@ -16,7 +16,7 @@ server { location /webmail { disable_symlinks off; - proxy_pass https://%ip%:%web_ssl_port%; + proxy_pass http://%ip%:%web_port%; location ~* ^.+\.(%proxy_extentions%)$ { root /var/lib/roundcube; access_log /var/log/%web_system%/domains/%domain%.log combined; @@ -28,7 +28,7 @@ server { location /phpmyadmin { disable_symlinks off; - proxy_pass https://%ip%:%web_ssl_port%; + proxy_pass http://%ip%:%web_port%; location ~* ^.+\.(%proxy_extentions%)$ { root /usr/share; access_log /var/log/%web_system%/domains/%domain%.log combined;