Update hosting-webmail-phpmyadmin.tpl

This commit is contained in:
dpeca 2020-02-04 11:20:57 +01:00 committed by GitHub
parent dc00af4d61
commit 97d3fc3be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;