Sanitized mirror from private repository - 2026-04-18 11:19:59 UTC
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name pipedproxy.vish.gg;
|
||||
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user