Files
pdfer/client/api.conf
2017-02-23 21:43:48 +01:00

5 lines
91 B
Plaintext

location /api/ {
proxy_pass http://127.0.0.1:5000;
proxy_set_header Host $host;
}