put config files in config folder

This commit is contained in:
2023-11-06 16:18:19 -06:00
parent 42442cb1f8
commit 342f41544d
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
server {
listen 80;
server_name pipedproxy.akanealw.com;
location ~ (/videoplayback|/api/v4/|/api/manifest/) {
include snippets/ytproxy.conf;
add_header Cache-Control private always;
}
location / {
include snippets/ytproxy.conf;
add_header Cache-Control "public, max-age=604800";
}
}