Skip to content

Commit 5f45d2f

Browse files
dkleinF5y82
andcommitted
Update content/waf/configure/nginx-features.md
Co-authored-by: yar <y82@users.noreply.github.com>
1 parent 4d34334 commit 5f45d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/waf/configure/nginx-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ http {
273273
274274
location / {
275275
app_protect_enable on;
276-
proxy_pass http://127.0.0.1:8080/proxy/$request_uri;
276+
proxy_pass http://127.0.0.1:8080/proxy/$request_uri;
277277
}
278278
279279
location /proxy {

0 commit comments

Comments
 (0)