mirror of
https://github.com/myvesta/vesta
synced 2025-07-11 23:56:45 -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 {
|
location /webmail {
|
||||||
disable_symlinks off;
|
disable_symlinks off;
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
location ~* ^.+\.(%proxy_extentions%)$ {
|
location ~* ^.+\.(%proxy_extentions%)$ {
|
||||||
root /var/lib/roundcube;
|
root /var/lib/roundcube;
|
||||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||||
|
@ -28,7 +28,7 @@ server {
|
||||||
|
|
||||||
location /phpmyadmin {
|
location /phpmyadmin {
|
||||||
disable_symlinks off;
|
disable_symlinks off;
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
location ~* ^.+\.(%proxy_extentions%)$ {
|
location ~* ^.+\.(%proxy_extentions%)$ {
|
||||||
root /usr/share;
|
root /usr/share;
|
||||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue