17 lines
472 B
Markdown
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)
|
|

|
|
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; |