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 4bae4098..2687c2c5 100644 --- a/build/dev/web-default-conf-cm.yaml +++ b/build/dev/web-default-conf-cm.yaml @@ -90,6 +90,12 @@ 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) { @@ -142,6 +148,7 @@ data: error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/subdomain/$subdomain; + add_header Cache-Control "no-cache" always; } # pass the PHP scripts to FastCGI server listening on socket diff --git a/wp/404.html b/wp/404.html new file mode 100644 index 00000000..27a89bd6 --- /dev/null +++ b/wp/404.html @@ -0,0 +1,769 @@ + + + +
+ + + + + +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.
+ + + + + + +