4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
location %REVERSE_PROXY_URL% {
|
|
proxy_pass %REVERSE_PROXY_HOST%;
|
|
}
|
location %REVERSE_PROXY_URL% {
|
|
proxy_pass %REVERSE_PROXY_HOST%;
|
|
}
|