Files
homelab-optimized/hosts/synology/calypso/piped+hyperpipe/Piped conf/pipedfrontend.conf
Gitea Mirror Bot a61a85ba75
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-07 09:10:39 UTC
2026-03-07 09:10:40 +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";
}
}