readmy image + code

This commit is contained in:
2021-12-04 11:10:10 +01:00
parent fd3a5a5093
commit 0084112201
2 changed files with 8 additions and 5 deletions

View File

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

BIN
openrestyexten.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB