Skip to content

Commit

Permalink
fix(nginx): var escaping
Browse files Browse the repository at this point in the history
Ticket:	#41296
  • Loading branch information
william-gr committed Aug 13, 2018
1 parent e895160 commit d3dd912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenas/etc/ix.rc.d/ix-nginx
Expand Up @@ -328,7 +328,7 @@ __EOF__
}
location /ui {
if ( $request_method ~ ^POST$ ) {
if ( \$request_method ~ ^POST$ ) {
proxy_pass http://127.0.0.1:6000;
}
try_files \$uri \$uri/ /index.html =404;
Expand Down

0 comments on commit d3dd912

Please sign in to comment.