Skip to content

Commit f075bbd

Browse files
authored
fix: Remove trailing slash from proxy_pass URL (#1271)
Remove trailing slash from proxy_pass URL closes #1232
1 parent 4fb3517 commit f075bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/waf/install/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ server {
381381
382382
client_max_body_size 0;
383383
default_type text/html;
384-
proxy_pass http://127.0.0.1:8080/;
384+
proxy_pass http://127.0.0.1:8080;
385385
}
386386
}
387387
@@ -1323,4 +1323,4 @@ F5 WAF for NGINX should now be operational, and you can move onto [Post-installa
13231323

13241324
## Next steps
13251325

1326-
{{< include "waf/install-next-steps.md" >}}
1326+
{{< include "waf/install-next-steps.md" >}}

0 commit comments

Comments
 (0)