This commit is contained in:
parent
4af61e68a7
commit
fdd6569d3f
5 changed files with 33 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ in
|
|||
proxyPass = "http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}";
|
||||
extraConfig = ''
|
||||
client_max_body_size 512M;
|
||||
proxy_set_header Forwarded "$proxy_forwarded_for_element;$proxy_forwarded_by_element;host=$host;proto=$scheme";
|
||||
'';
|
||||
};
|
||||
"/metrics" = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue