mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
# openpanel
|
|
location /openpanel {
|
|
return 301 https://localhost:2083;
|
|
}
|
|
|
|
# openadmin
|
|
location /openadmin {
|
|
return 301 https://localhost:2087;
|
|
}
|
|
|
|
# roundcube
|
|
location /webmail {
|
|
return 301 https://webmail.localhost/;
|
|
}
|