Files
triton2_config/README.md

401 B

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 OpenrestyScreenshot

    location / { include proxy.conf; proxy_buffering off; proxy_pass http://$proxy_host:$proxy_port; }

include internal_proxy.conf;