Files
triton2_config/README.md
2021-12-04 11:16:42 +01:00

17 lines
472 B
Markdown

# 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)
2. [Konfiguration & Doku](https://git.fet.at/andis/triton2_config/)
location / {
include proxy.conf;
proxy_buffering off;
proxy_pass http://$proxy_host:$proxy_port;
}
include internal_proxy.conf;