small config updates

This commit is contained in:
2021-11-14 08:04:07 +00:00
parent 20d60e36a0
commit 6df24260e2
6 changed files with 45 additions and 3 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Anleitung für Proxy Server in der FET
location / {
include proxy.conf;
proxy_buffering off;
proxy_pass http://$proxy_host:$proxy_port;
}
include internal_proxy.conf;