Add opkg.ffhh
This commit is contained in:
parent
83c3421d5d
commit
fd58b3fede
16
sites-available/opkg_ffhh
Normal file
16
sites-available/opkg_ffhh
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
server {
|
||||||
|
#listen 80;
|
||||||
|
listen [::]:80;
|
||||||
|
server_name opkg.services.ffhh;
|
||||||
|
|
||||||
|
access_log off; # Bitte nicht aktivieren. Wir wollen ja nicht die IPs unserer Visitor loggen.
|
||||||
|
|
||||||
|
# Bitte nur zum Debuggen von schweren Fehlern das Log-File temporär setzen und dann anschließend die Logs löschen.
|
||||||
|
# So stellen wir sicher, dass keine IPs geloggt werden.
|
||||||
|
error_log /dev/null crit;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass https://downloads.openwrt.org/;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
sites-enabled/opkg_ffhh
Symbolic link
1
sites-enabled/opkg_ffhh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../sites-available/opkg_ffhh
|
Loading…
Reference in a new issue