mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
43dfdbb374
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -173,7 +173,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/[^/]+/(.*)$ {
|
location ~ ^/[^/]+/(.*)$ {
|
||||||
return 301 /404.html;
|
return 301 " /404";
|
||||||
}
|
}
|
||||||
|
|
||||||
root /var/www/app/;
|
root /var/www/app/;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user