feat: joys of being an admin, able to bend the rules for myself
All checks were successful
Build_Deploy / linter (push) Successful in 11s
Build_Deploy / build (push) Successful in 20s
Build_Deploy / deploy_dns (push) Successful in 1m8s
Build_Deploy / deploy_active (active) (push) Successful in 1m51s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m0s
Build_Deploy / deploy_active (active-core) (push) Successful in 9m46s
All checks were successful
Build_Deploy / linter (push) Successful in 11s
Build_Deploy / build (push) Successful in 20s
Build_Deploy / deploy_dns (push) Successful in 1m8s
Build_Deploy / deploy_active (active) (push) Successful in 1m51s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m0s
Build_Deploy / deploy_active (active-core) (push) Successful in 9m46s
This commit is contained in:
parent
82848f6f5a
commit
555d3d465d
2 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ in {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString cfg.forgejo.port}";
|
proxyPass = "http://localhost:${toString cfg.forgejo.port}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
add_header Content-Security-Policy "frame-ancestors 'self' https://silver.users.skynet.ie";
|
||||||
client_max_body_size 1000M;
|
client_max_body_size 1000M;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue