Files
openpanel/configuration/nginx/vhosts/openpanel_proxy.conf
2024-10-25 01:44:26 +02:00

15 lines
220 B
Plaintext

# openpanel
location /openpanel {
return 301 https://localhost:2083;
}
# openadmin
location /openadmin {
return 301 https://localhost:2087;
}
# roundcube
location /webmail {
return 301 http://127.0.0.1/;
}