Sanitized mirror from private repository - 2026-04-19 08:46:29 UTC
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user