Files
homelab-optimized/hosts/synology/calypso/piped+hyperpipe/Piped conf/pipedproxy.conf
Gitea Mirror Bot 8216d7395b
Some checks failed
Documentation / Build Docusaurus (push) Failing after 4s
Documentation / Deploy to GitHub Pages (push) Has been skipped
Sanitized mirror from private repository - 2026-03-17 08:42:53 UTC
2026-03-17 08:42:53 +00:00

15 lines
337 B
Plaintext

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";
}
}