Rip out those lines

This commit is contained in:
decentral1se 2021-05-06 20:21:58 +02:00
parent 13f69fba07
commit 9150debfea
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 2 deletions

View File

@ -228,7 +228,6 @@ server {
proxy_pass {{ env "NGINX_WEBSEED_PROXY_URI" }};
{{ else }}
{{ if (env "NGINX_WEBSEED_CDN_ENABLE") }}
# Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/admin-remote-storage
# to serve files directly from a public bucket without proxying.
@ -242,7 +241,6 @@ server {
rewrite ^/static/(.*)$ /$1 break;
try_files $uri @api;
{{ end }}
{{ end }}
}
}