mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Typo
This commit is contained in:
parent
3cc095adc1
commit
fa99449d83
1 changed files with 1 additions and 3 deletions
|
@ -99,9 +99,7 @@ pip install --target $final_path/vendor -r $final_path/requirements.txt
|
||||||
#=================================================
|
#=================================================
|
||||||
#Cannot use empty string for X-script-name
|
#Cannot use empty string for X-script-name
|
||||||
if [ $path_url = "/" ] ; then
|
if [ $path_url = "/" ] ; then
|
||||||
ynh_replace_string " proxy_set_header X-Script-Name __PATH__;"
|
ynh_replace_string "X-Script-Name __PATH__;" "X-Script-Name /$app;" ../conf/nginx.conf
|
||||||
" proxy_set_header X-Script-Name /$app;"
|
|
||||||
../conf/nginx.conf
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create a dedicated nginx config
|
# Create a dedicated nginx config
|
||||||
|
|
Loading…
Add table
Reference in a new issue