It looks like nothing was found at this location. Try one of the links below or call us at 1-800-800-2537.
- - - - - - -diff --git a/build/dev/web-default-conf-cm.yaml b/build/dev/web-default-conf-cm.yaml index a05b240c..50f47755 100644 --- a/build/dev/web-default-conf-cm.yaml +++ b/build/dev/web-default-conf-cm.yaml @@ -90,12 +90,6 @@ data: #Cache everything by default set $no_cache 0; - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/subdomain/$subdomain-web; - add_header Cache-Control "no-cache" always; - } - #Don't cache POST requests if ($request_method = POST) { @@ -145,8 +139,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/$subdomain-web; add_header Cache-Control "no-cache" always; } @@ -241,12 +235,6 @@ data: #Cache everything by default set $no_cache 0; - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/subdomain/www; - add_header Cache-Control "no-cache" always; - } - #Don't cache POST requests if ($request_method = POST) { @@ -296,8 +284,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/www; add_header Cache-Control "no-cache" always; } @@ -392,12 +380,6 @@ data: #Cache everything by default set $no_cache 0; - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/subdomain/dev01; - add_header Cache-Control "no-cache" always; - } - #Don't cache POST requests if ($request_method = POST) { @@ -447,8 +429,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/dev01; add_header Cache-Control "no-cache" always; } diff --git a/build/prod/web-default-conf-cm.yaml b/build/prod/web-default-conf-cm.yaml index 954ce628..0544cbd5 100644 --- a/build/prod/web-default-conf-cm.yaml +++ b/build/prod/web-default-conf-cm.yaml @@ -99,12 +99,6 @@ data: #Cache everything by default set $no_cache 0; - - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/subdomain/$subdomain; - add_header Cache-Control "no-cache" always; - } #Don't cache POST requests if ($request_method = POST) @@ -154,8 +148,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/$subdomain; add_header Cache-Control "no-cache" always; } @@ -276,8 +270,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/www; } diff --git a/build/qa/web-default-conf-cm.yaml b/build/qa/web-default-conf-cm.yaml index 873be7d0..dbc399e7 100644 --- a/build/qa/web-default-conf-cm.yaml +++ b/build/qa/web-default-conf-cm.yaml @@ -87,12 +87,6 @@ data: #Cache everything by default set $no_cache 0; - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/subdomain/$subdomain; - add_header Cache-Control "no-cache" always; - } - #Don't cache POST requests if ($request_method = POST) { @@ -141,8 +135,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/$subdomain; add_header Cache-Control "no-cache" always; } @@ -264,8 +258,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/www; } diff --git a/build/stage/web-default-conf-cm.yaml b/build/stage/web-default-conf-cm.yaml index 38f93c60..f292a611 100644 --- a/build/stage/web-default-conf-cm.yaml +++ b/build/stage/web-default-conf-cm.yaml @@ -86,12 +86,6 @@ data: #Cache everything by default set $no_cache 0; - - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/subdomain/$subdomain; - add_header Cache-Control "no-cache" always; - } #Don't cache POST requests if ($request_method = POST) @@ -141,8 +135,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/$subdomain; add_header Cache-Control "no-cache" always; } @@ -263,8 +257,8 @@ data: # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { + error_page 500 502 503 504 /500.html; + location = /500.html { root /usr/share/nginx/subdomain/www; } diff --git a/wp/403.html b/wp/403.html deleted file mode 100644 index 471bb295..00000000 --- a/wp/403.html +++ /dev/null @@ -1 +0,0 @@ -No Access !! diff --git a/wp/404.html b/wp/404.html deleted file mode 100644 index f242d3a4..00000000 --- a/wp/404.html +++ /dev/null @@ -1,642 +0,0 @@ -
- - - - - -Questions? Call Now: 800-800-2537
It looks like nothing was found at this location. Try one of the links below or call us at 1-800-800-2537.
- - - - - - -Questions? Call Now: + 800-800-2537 + +
+This may be a temporary issue caused by high traffic, maintenance, or a technical challenge on our end.
+If you continue to experience this issue or have any questions, please call us at 800-800-2537.
+The link you followed may be broken or the page may have been removed.
Need further assistance? Call us at
+ Home +It looks like nothing was found at this location. Try one of the links below or call us at 1-800-800-2537.
- - - - - - -