all repos — infra @ 82be1cf6c554fe1566434b072658defc064ae5a0

infrastructure manifests and setup notes

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

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