Skip to content

Commit

Permalink
add proxy_ssl_server_name on
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Aug 6, 2024
1 parent 5106e4b commit 23aa3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3-proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ http {
proxy_ssl_verify on;
proxy_ssl_verify_depth 5;
proxy_ssl_trusted_certificate /etc/ssl/cert.pem;
proxy_ssl_server_name on;

# # Add CORS headers.
# add_header 'Access-Control-Allow-Headers' $http_access_control_request_headers always;
Expand Down

0 comments on commit 23aa3d3

Please sign in to comment.