mirror of
https://github.com/penpot/penpot.git
synced 2025-01-02 04:40:09 -05:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
ff7acea95a
4 changed files with 3395 additions and 0 deletions
|
@ -90,6 +90,7 @@ http {
|
|||
proxy_hide_header x-amz-meta-server-side-encryption;
|
||||
proxy_hide_header x-amz-server-side-encryption;
|
||||
proxy_pass $redirect_uri;
|
||||
proxy_ssl_server_name on;
|
||||
|
||||
add_header x-internal-redirect "$redirect_uri";
|
||||
add_header x-cache-control "$redirect_cache_control";
|
||||
|
|
|
@ -92,6 +92,7 @@ http {
|
|||
proxy_hide_header x-amz-request-id;
|
||||
proxy_hide_header x-amz-meta-server-side-encryption;
|
||||
proxy_hide_header x-amz-server-side-encryption;
|
||||
proxy_ssl_server_name on;
|
||||
proxy_pass $redirect_uri;
|
||||
|
||||
add_header x-internal-redirect "$redirect_uri";
|
||||
|
|
3392
frontend/externs/main.txt
Normal file
3392
frontend/externs/main.txt
Normal file
File diff suppressed because it is too large
Load diff
1
frontend/externs/worker.txt
Symbolic link
1
frontend/externs/worker.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
main.txt
|
Loading…
Reference in a new issue