0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00

Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-07-07 08:49:06 +02:00
commit 43dfdbb374
3 changed files with 3 additions and 3 deletions

View file

@ -196,7 +196,7 @@ http {
} }
location ~ ^/[^/]+/(.*)$ { location ~ ^/[^/]+/(.*)$ {
return 301 /404.html; return 301 " /404";
} }
add_header Last-Modified $date_gmt; add_header Last-Modified $date_gmt;

View file

@ -136,7 +136,7 @@ http {
} }
location ~ ^/[^/]+/(.*)$ { location ~ ^/[^/]+/(.*)$ {
return 301 /404.html; return 301 " /404";
} }
try_files $uri /index.html$is_args$args =404; try_files $uri /index.html$is_args$args =404;

View file

@ -173,7 +173,7 @@ http {
} }
location ~ ^/[^/]+/(.*)$ { location ~ ^/[^/]+/(.*)$ {
return 301 /404.html; return 301 " /404";
} }
root /var/www/app/; root /var/www/app/;