mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
location /api/ {
|
|
proxy_pass http://127.0.0.1:5000;
|
|
proxy_set_header Host $host;
|
|
}
|