🐛 Fix assets proxy ssl handshake error

This commit is contained in:
BackRunner
2024-12-15 22:00:09 +08:00
committed by Andrey Antukh
parent d6f98a6c79
commit 068acb4303
2 changed files with 2 additions and 0 deletions

View File

@@ -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";