readmy image + code
This commit is contained in:
13
README.md
13
README.md
@@ -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)
|
||||

|
||||
|
||||
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
BIN
openrestyexten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user