Update plex-cdn.conf

This commit is contained in:
Brett Petch
2022-09-08 19:22:45 -04:00
committed by GitHub
parent 5e16695ca1
commit 2934f990c1
+4 -2
View File
@@ -1,6 +1,8 @@
include snippets/magic.conf;
# This config goes on all machines.
# To use the image cache, run the command in `` below.
# `mkdir -p /var/cache/nginx/plex && chown www-data: /var/cache/nginx -R` prior to using
proxy_cache_path /var/cache/nginx/plex levels=1:2 keys_zone=plex:100m max_size=30g inactive=7d use_temp_path=off;
include snippets/magic.conf;
server {
listen 80;
@@ -94,4 +96,4 @@ server {
default_type "text/plain";
autoindex on;
}
}
}