7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
|
# Transparenter Proxy für das Formular.
|
||
|
|
||
|
location / {
|
||
|
proxy_pass http://localhost:8080;
|
||
|
}
|
||
|
|