mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
[fix] Root installation
This commit is contained in:
parent
281c79b5ea
commit
b0007adb3f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
{% if path_url != "/" %}
|
{% if path_url != "/" %}
|
||||||
rewrite ^{{ path_url }}$ {{ path_url }}/ permanent;
|
rewrite ^{{ path_url }}$ {{ path_url }}/ permanent;
|
||||||
|
{% else %}
|
||||||
|
{% set path_url = "" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
location {{ path_url }}/ {
|
location {{ path_url }}/ {
|
||||||
alias {{ final_path }}/;
|
alias {{ final_path }}/;
|
||||||
|
|
Loading…
Reference in a new issue