all repos — infra @ 13d143bca8aeaec2447be2ee2089fdbb3bb01f27

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