all repos — infra @ 5fe6100c7c0d9b65eb2bfaf84cb2ff898979d35b

infrastructure manifests and setup notes

apps/fsrv/default.conf.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
apiVersion: v1
data:
  default.conf: |
    server {
        listen 80;
        root /uploads;
        location = / {
            default_type application/octet-stream;
            try_files $uri =404;
        }
    }
kind: ConfigMap
metadata:
  name: fsrv-nginx