mirror of
https://github.com/myvesta/vesta
synced 2025-07-11 15:46:43 -07:00
Update hosting-webmail-phpmyadmin.tpl
This commit is contained in:
parent
dc00af4d61
commit
97d3fc3be2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue