Skip to content

Commit

Permalink
Update gs-proxy.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar authored Jul 6, 2020
1 parent e777930 commit d4bb4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf.d/gs-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ server {
server_name ${GS_FQDN};
ssl_certificate /etc/letsencrypt/live/${GS_FQDN}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/${GS_FQDN}/privkey.pem;

client_max_body_size 40M;

location / {
proxy_redirect off;
proxy_set_header host "storage.googleapis.com";
Expand Down

0 comments on commit d4bb4a5

Please sign in to comment.