diff --git a/requestrr.subfolder.conf.sample b/requestrr.subfolder.conf.sample deleted file mode 100644 index e3fcc76..0000000 --- a/requestrr.subfolder.conf.sample +++ /dev/null @@ -1,20 +0,0 @@ - -# edit /config/configs/znc.conf and add URIPrefix = /znc/ in the line above and restart the znc container - -location /requestrr { - # enable the next two lines for http auth - #auth_basic "Restricted"; - #auth_basic_user_file /config/nginx/.htpasswd; - - # enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf - #auth_request /auth; - #error_page 401 =200 /login; - - include /config/nginx/proxy.conf; - resolver 127.0.0.11 valid=30s; - set $upstream_app requestrr; - set $upstream_port 4545; - set $upstream_proto http; - proxy_pass $upstream_proto://$upstream_app:$upstream_port; - -} \ No newline at end of file