mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-08-16 14:34:57 +02:00
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
privatebin.{$MAIN_DOMAIN} {
|
|
reverse_proxy privatebin:8080
|
|
}
|
|
|
|
pastebin.{$MAIN_DOMAIN} {
|
|
redir https://privatebin.{$MAIN_DOMAIN} permanent
|
|
}
|