We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffda63 commit 7cf02e4Copy full SHA for 7cf02e4
nginx/nginx.conf
@@ -111,7 +111,7 @@ server {
111
112
resolver 127.0.0.11 valid=30s;
113
include ./includes/server_down.conf;
114
- error_page 502 ./502.html;
+ error_page 502 /502.html;
115
116
location / {
117
if ($is_dev = 0) {
@@ -200,7 +200,7 @@ server {
200
201
202
203
204
205
206
@@ -241,7 +241,7 @@ server {
241
242
243
244
245
246
247
return 403;
0 commit comments