Add pricing page, CR case study, update nav + nginx config
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ server {
|
||||
absolute_redirect off;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ $uri/index.html /index.html;
|
||||
}
|
||||
|
||||
location /css/ {
|
||||
@@ -23,5 +23,5 @@ server {
|
||||
gzip_types text/html text/css application/javascript text/plain;
|
||||
gzip_min_length 256;
|
||||
|
||||
error_page 404 /index.html;
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user