nginx/sites-available/opkg_ffhh

14 lines
209 B
Plaintext
Raw Permalink Normal View History

2014-09-15 23:58:44 +02:00
server {
include /etc/nginx/include/no_logging.conf;
2014-09-15 23:58:44 +02:00
#listen 80;
listen [::]:80;
2014-09-15 23:58:44 +02:00
server_name opkg.services.ffhh;
2014-09-15 23:58:44 +02:00
location / {
proxy_pass https://downloads.openwrt.org/;
}
2014-09-15 23:58:44 +02:00
}