commit
0873bb3018
2 changed files with 3 additions and 4 deletions
|
@ -21,4 +21,3 @@ index index.php index.htm index.html;
|
||||||
location @pterodactyl {
|
location @pterodactyl {
|
||||||
rewrite /(.*)$ /index.php?/$1 last;
|
rewrite /(.*)$ /index.php?/$1 last;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@ yunohost service add $app --log "/var/log/$app/$app-prod.log"
|
||||||
# Cron
|
# Cron
|
||||||
#==============================================
|
#==============================================
|
||||||
|
|
||||||
su $app -c 'crontab -l | { cat; echo "* * * * * php /var/www/pterodactyl/artisan schedule:run" ; } | crontab -'
|
crontab -l | { cat; echo "* * * * * php /var/www/pterodactyl/artisan schedule:run" ; } | crontab -
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Reference in a new issue