1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2020-09-17 18:28:29 +02:00
parent 9b63262bba
commit a74ab47f52
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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