1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00

Formatting?

This commit is contained in:
orhtej2 2024-02-10 21:26:01 +01:00
parent 757f2076f9
commit 59196a54e7

View file

@ -15,7 +15,7 @@ location @handle_redirect {
proxy_hide_header x-amz-server-side-encryption; proxy_hide_header x-amz-server-side-encryption;
proxy_pass $redirect_uri; proxy_pass $redirect_uri;
more_set_headers "x-internal-redirect: '$redirect_uri'"; more_set_headers "x-internal-redirect: '$redirect_uri'";
more_set_headers "x-cache-control: '$redirect_cache_control'"; more_set_headers "x-cache-control: '$redirect_cache_control'";
more_set_headers "cache-control: '$redirect_cache_control' -s '200 201 206 301 302 303 307 308'"; more_set_headers "cache-control: '$redirect_cache_control' -s '200 201 206 301 302 303 307 308'";
} }