nginx-configs/common/piped.conf

5 lines
81 B
Plaintext
Raw Normal View History

2022-08-06 03:45:00 +00:00
location / {
2022-09-06 03:12:07 +00:00
proxy_pass http://localhost:8005/;
2022-08-06 03:45:00 +00:00
proxy_set_header Host $host;
}