1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #2356 from holta/kolibri-url

Softcoding kolibri-nginx.conf
This commit is contained in:
A Holt 2020-04-22 11:12:56 -04:00 committed by GitHub
commit 29b12f572f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ location {{ kolibri_url }} {
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_set_header X-Script-Name {{ kolibri_url_without_slash }};
proxy_pass http://127.0.0.1:8009;
}