mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix
This commit is contained in:
parent
9b63262bba
commit
a74ab47f52
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
alias __FINALPATH__/;
|
||||
alias __FINALPATH__/public/;
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
|
|
@ -205,6 +205,7 @@ php"${phpversion}" daemon.php config --username=$admin --password=$password
|
|||
|
||||
chown -R $app:www-data $final_path
|
||||
#chmod u+rwx $final_path
|
||||
chown -R $app $final_path/src/Movim/Bootstrap.php
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
|
|
Loading…
Reference in a new issue