bunkerweb/confs/site/reverse-proxy.conf
2020-11-15 20:49:43 +01:00

4 lines
67 B
Plaintext

location %REVERSE_PROXY_URL% {
proxy_pass %REVERSE_PROXY_HOST%;
}