diff --git a/README.md b/README.md index 66a3c2f..7960cb8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Anleitung für Proxy Server in der FET ## Installation +Der Proxy ist aufgeteilt in zwei Git Projekte auf git.fet.at +1. [Openresty mit Erweiterungen](https://git.fet.at/andis/openrestyextended) +![OpenrestyScreenshot](openrestyexten.png) -location / { - include proxy.conf; - proxy_buffering off; - proxy_pass http://$proxy_host:$proxy_port; -} + location / { + include proxy.conf; + proxy_buffering off; + proxy_pass http://$proxy_host:$proxy_port; + } include internal_proxy.conf; \ No newline at end of file diff --git a/openrestyexten.png b/openrestyexten.png new file mode 100644 index 0000000..cc3e476 Binary files /dev/null and b/openrestyexten.png differ