Files
homelab-optimized/hosts/synology/calypso/piped+hyperpipe/Piped conf/pipedfrontend.conf
Gitea Mirror Bot 558eb8e866
Some checks failed
Documentation / Build Docusaurus (push) Failing after 8s
Documentation / Deploy to GitHub Pages (push) Has been skipped
Sanitized mirror from private repository - 2026-03-10 10:43:04 UTC
2026-03-10 10:43:04 +00:00

13 lines
235 B
Plaintext

server {
listen 80;
server_name piped.vish.gg;
set $backend "http://piped-frontend";
location / {
proxy_pass $backend;
proxy_http_version 1.1;
proxy_set_header Connection "keep-alive";
}
}