this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: nginx is being fussy

+2
+1
k8s/nebula/apps/networking/nginx/external/helm-release.yaml
··· 49 49 values: 50 50 - external-nginx 51 51 config: 52 + annotations-risk-level: Critical 52 53 proxy-body-size: 0 53 54 proxy-buffer-size: 16k 54 55 hsts: false
+1
k8s/nebula/apps/networking/nginx/internal/helmrelease.yaml
··· 49 49 - internal-nginx 50 50 51 51 config: 52 + annotations-risk-level: Critical 52 53 block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go 53 54 client-header-timeout: 120 54 55 client-body-buffer-size: "100M"