1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

kolibri-nginx.conf requires trailing slash /kolibri/ so use {{ kolibri_url }}

This commit is contained in:
A Holt 2020-04-22 10:33:55 -04:00 committed by GitHub
parent 2f05ac208c
commit e7e7a3e719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
location {{ kolibri_url_without_slash }}/ {
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;