nginx-configs/common/piped.conf

5 lines
81 B
Plaintext

location / {
proxy_pass http://localhost:8005/;
proxy_set_header Host $host;
}