Skip to content

Commit

Permalink
Merge pull request #172 from SUNET/mifr-container-registry-fix
Browse files Browse the repository at this point in the history
Mifr container registry fix
  • Loading branch information
mikaelfrykholm authored Aug 6, 2024
2 parents 2265b5b + 517f176 commit 3823974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/forgejo/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ proxy_set_header X-Forwarded-Ssl $proxy_x_forwarded_ssl;
proxy_set_header X-Forwarded-Port $proxy_x_forwarded_port;
proxy_set_header X-Original-URI $request_uri;

client_max_body_size 512M;


# Mitigate httpoxy attack (see README for details)
proxy_set_header Proxy "";
{{- end }}
Expand Down

0 comments on commit 3823974

Please sign in to comment.