Skip to content

Commit b624758

Browse files
committed
healthcheck path
1 parent a0485b3 commit b624758

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tools/reverse-proxy/default.conf.template

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
listen 80;
44
server_name localhost 127.0.0.1;
55

6-
location /healthcheck {
6+
location /ops/healthcheck {
77
access_log off;
88
return 200 "healthy\n";
99
add_header Content-Type text/plain;
@@ -20,7 +20,7 @@ server {
2020
listen 80 default_server;
2121
server_name _;
2222

23-
location /healthcheck {
23+
location /ops/healthcheck {
2424
access_log off;
2525
return 200 "healthy\n";
2626
add_header Content-Type text/plain;
@@ -38,7 +38,7 @@ server {
3838
server_name js-client-side.${DOMAIN} *.js-client-side.${DOMAIN};
3939
resolver 127.0.0.11 valid=10s;
4040

41-
location /healthcheck {
41+
location /ops/healthcheck {
4242
access_log off;
4343
return 200 "healthy\n";
4444
add_header Content-Type text/plain;
@@ -60,7 +60,7 @@ server {
6060
server_name js-client-server.${DOMAIN} *.js-client-server.${DOMAIN};
6161
resolver 127.0.0.11 valid=10s;
6262

63-
location /healthcheck {
63+
location /ops/healthcheck {
6464
access_log off;
6565
return 200 "healthy\n";
6666
add_header Content-Type text/plain;
@@ -82,7 +82,7 @@ server {
8282
server_name js-react.${DOMAIN} *.js-react.${DOMAIN};
8383
resolver 127.0.0.11 valid=10s;
8484

85-
location /healthcheck {
85+
location /ops/healthcheck {
8686
access_log off;
8787
return 200 "healthy\n";
8888
add_header Content-Type text/plain;
@@ -104,7 +104,7 @@ server {
104104
server_name server-side.${DOMAIN} *.server-side.${DOMAIN};
105105
resolver 127.0.0.11 valid=10s;
106106

107-
location /healthcheck {
107+
location /ops/healthcheck {
108108
access_log off;
109109
return 200 "healthy\n";
110110
add_header Content-Type text/plain;
@@ -126,7 +126,7 @@ server {
126126
server_name secure-signals-client-server.${DOMAIN} *.secure-signals-client-server.${DOMAIN};
127127
resolver 127.0.0.11 valid=10s;
128128

129-
location /healthcheck {
129+
location /ops/healthcheck {
130130
access_log off;
131131
return 200 "healthy\n";
132132
add_header Content-Type text/plain;
@@ -148,7 +148,7 @@ server {
148148
server_name secure-signals-client-side.${DOMAIN} *.secure-signals-client-side.${DOMAIN};
149149
resolver 127.0.0.11 valid=10s;
150150

151-
location /healthcheck {
151+
location /ops/healthcheck {
152152
access_log off;
153153
return 200 "healthy\n";
154154
add_header Content-Type text/plain;
@@ -170,7 +170,7 @@ server {
170170
server_name secure-signals-server-side.${DOMAIN} *.secure-signals-server-side.${DOMAIN};
171171
resolver 127.0.0.11 valid=10s;
172172

173-
location /healthcheck {
173+
location /ops/healthcheck {
174174
access_log off;
175175
return 200 "healthy\n";
176176
add_header Content-Type text/plain;
@@ -192,7 +192,7 @@ server {
192192
server_name secure-signals-react.${DOMAIN} *.secure-signals-react.${DOMAIN};
193193
resolver 127.0.0.11 valid=10s;
194194

195-
location /healthcheck {
195+
location /ops/healthcheck {
196196
access_log off;
197197
return 200 "healthy\n";
198198
add_header Content-Type text/plain;
@@ -214,7 +214,7 @@ server {
214214
server_name prebid-client.${DOMAIN} *.prebid-client.${DOMAIN};
215215
resolver 127.0.0.11 valid=10s;
216216

217-
location /healthcheck {
217+
location /ops/healthcheck {
218218
access_log off;
219219
return 200 "healthy\n";
220220
add_header Content-Type text/plain;
@@ -236,7 +236,7 @@ server {
236236
server_name prebid-client-server.${DOMAIN} *.prebid-client-server.${DOMAIN};
237237
resolver 127.0.0.11 valid=10s;
238238

239-
location /healthcheck {
239+
location /ops/healthcheck {
240240
access_log off;
241241
return 200 "healthy\n";
242242
add_header Content-Type text/plain;
@@ -258,7 +258,7 @@ server {
258258
server_name prebid-secure-signals.${DOMAIN} *.prebid-secure-signals.${DOMAIN};
259259
resolver 127.0.0.11 valid=10s;
260260

261-
location /healthcheck {
261+
location /ops/healthcheck {
262262
access_log off;
263263
return 200 "healthy\n";
264264
add_header Content-Type text/plain;

0 commit comments

Comments
 (0)