all repos — infra @ 14e9456e43455b77b2e64cdfc2927f63f75d6e84

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