nginx/include/formular_proxy.conf

7 lines
96 B
Plaintext
Raw Normal View History

# Transparenter Proxy für das Formular.
location / {
proxy_pass http://localhost:8080;
}