mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Update install
This commit is contained in:
parent
cb48247742
commit
ba2a329b69
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sudo cp -a ../sources/* $document_root
|
|||
|
||||
# Nginx configuration
|
||||
sed -i "s@YNH_LOCATION@$location@g" ../conf/nginx.conf
|
||||
sed -i "s@YNH_DOCUMENT_ROOT@$document_root/output@g" ../conf/nginx.conf
|
||||
sed -i "s@YNH_DOCUMENT_ROOT@$document_root/output/@g" ../conf/nginx.conf
|
||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
||||
# Store settings from manifest
|
||||
|
|
Loading…
Add table
Reference in a new issue