mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-05 19:51:59 +02:00
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
# Reverse proxy for pyrodactyl-panel
|
|
panel.localhost {
|
|
reverse_proxy 127.0.0.1:8000
|
|
tls internal
|
|
}
|
|
|
|
# Reverse proxy for pterodactyl-wings
|
|
wings.localhost {
|
|
reverse_proxy 127.0.0.1:8080
|
|
tls internal
|
|
}
|
|
|