diff --git a/roles/openappsec/files/nginx/conf.d/example.com.conf b/roles/openappsec/files/nginx/conf.d/example.com.conf index 2d85e1b..f35acec 100644 --- a/roles/openappsec/files/nginx/conf.d/example.com.conf +++ b/roles/openappsec/files/nginx/conf.d/example.com.conf @@ -18,7 +18,7 @@ server { # health uri location /health { - # return 'rp-ok' in plain text + # return 'waf-ok' in plain text add_header Content-Type text/plain; return 200 'waf-ok'; } @@ -59,9 +59,9 @@ server { # health uri location /health { - # return 'rp-ok' in plain text + # return 'waf-ok' in plain text add_header Content-Type text/plain; - return 200 'rp-ok'; + return 200 'waf-ok'; } location / {