nginx/include/formular_proxy.conf
kpcyrd d144bc082c Konfiguration gefixt und massiv aufgeräumt
SSL Redirects funktionieren jetzt
2015-01-31 06:47:41 +00:00

7 lines
96 B
Plaintext

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