Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvielle Wolfe <awolfe@gitlab.com>2019-09-11 22:25:24 +0300
committerAvielle Wolfe <awolfe@gitlab.com>2019-09-13 01:46:49 +0300
commit2d3504751e0e419173823a61690d3d62ea6d3745 (patch)
tree766dd8a7a6ec57c44f8212780d466aba31c757b6
parent8c89272fba8959e7ab8a46c25e06f12ac977d69e (diff)
Nginx conf is not json
mhmmmm
-rw-r--r--doc/user/application_security/dast/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md
index 10f69d98221..5c1b822cd08 100644
--- a/doc/user/application_security/dast/index.md
+++ b/doc/user/application_security/dast/index.md
@@ -190,7 +190,7 @@ docker run --rm --network test --name test-proxy -v PATH-TO-NGINX-CONFIG:/etc/ng
The nginx config sets up the proxy to add the header:
-```json
+```
server {
listen 80;
server_name localhost;