Skip to content

Commit

Permalink
prefix match
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored Sep 11, 2018
1 parent 9fbabf9 commit 3d9ec63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/defaults/proxy-confs/emby.subfolder.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
location /emby {
return 301 $scheme://$host/emby/;
}
location /emby/ {
location ^~ /emby/ {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_emby emby;
Expand Down

0 comments on commit 3d9ec63

Please sign in to comment.