Update nginx.conf.template

This commit is contained in:
Ismail Demirbilek 2024-06-07 19:27:26 +03:00
parent 9702b807fe
commit 47db7376fe

View File

@ -61,10 +61,6 @@ http {
}
location /${BUCKET_NAME}/ {
proxy_http_version 1.1;
proxy_set_header Upgrade ${dollar}http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host ${dollar}http_host;
proxy_pass ${AWS_S3_ENDPOINT_URL}/${AWS_S3_BUCKET_NAME}/;
}
}