1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/kolibri/templates/kolibri-nginx.conf.j2
2019-11-28 05:39:24 -06:00

8 lines
300 B
Django/Jinja

location /kolibri/ {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /kolibri;
proxy_pass http://127.0.0.1:8009;
}