[nginx] fix typo
This commit is contained in:
parent
4aad2227d4
commit
cd109cd4f1
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user