readmy image + code
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
# Anleitung für Proxy Server in der FET
|
# Anleitung für Proxy Server in der FET
|
||||||
## Installation
|
## Installation
|
||||||
|
Der Proxy ist aufgeteilt in zwei Git Projekte auf git.fet.at
|
||||||
|
1. [Openresty mit Erweiterungen](https://git.fet.at/andis/openrestyextended)
|
||||||
|

|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_pass http://$proxy_host:$proxy_port;
|
proxy_pass http://$proxy_host:$proxy_port;
|
||||||
}
|
}
|
||||||
|
|
||||||
include internal_proxy.conf;
|
include internal_proxy.conf;
|
||||||
BIN
openrestyexten.png
Normal file
BIN
openrestyexten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user