What's your backend webserver ?The same problem
NGINX or Apache
What's your backend webserver ?The same problem
Modify this NGINX setting inside your [your-domain].confNGINX
location / {
try_files $uri $uri/ /index.php?$args;
location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|woff2|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|webp|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ {
expires max;
}
php artisan storage:link && php artisan cache:clear && php artisan config:clear
I'm at the work office now when I get home you can help me and can you send me in private my whatsapp number to tell you when I get homeModify this NGINX setting inside your [your-domain].conf
Then run this command from your public_html directoryNGINX:location / { try_files $uri $uri/ /index.php?$args; location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|woff2|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|webp|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ { expires max; }
Bash:php artisan storage:link && php artisan cache:clear && php artisan config:clear
Your issue so far caused by NGINX cache system. I have already had trouble with it and what I need to do is completely eliminating NGINX cache system for mime types. Now I move to reserve proxy so I don't have trouble with it anymoreI'm at the work office now when I get home you can help me and can you send me in private my whatsapp number to tell you when I get home
Yup, After updating the profile it stays for a while and few moments later or after refreshing the page it be blank again.Do you use NGINX, right ?
Can you provide me with an explanation or path?Modify this NGINX setting inside your [your-domain].conf
Then run this command from your public_html directoryNGINX:location / { try_files $uri $uri/ /index.php?$args; location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|woff2|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|webp|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ { expires max; }
Bash:php artisan storage:link && php artisan cache:clear && php artisan config:clear
password??osamaeg updated Vue File Manager with Laravel - Your Private Cloud with a new update entry:
v2.2.0.12
Read the rest of this update entry...
Done this but No Luck Here is my conf ..Modify this NGINX setting inside your [your-domain].conf
Then run this command from your public_html directoryNGINX:location / { try_files $uri $uri/ /index.php?$args; location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|woff2|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|webp|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ { expires max; }
Bash:php artisan storage:link && php artisan cache:clear && php artisan config:clear
/www/server/php/81/bin/php /www/wwwroot/xxxx.com/artisan schedule:runDoes anyone have a problem with Cron Job in aapanel? somebody can help me?
/www/server/php/81/bin/php /www/wwwroot/xxxx.com/artisan schedule:run
U server vps or shard hostLol, I spent hours trying various combinations to get that damn Cron to work yesterday. Never considered switching to bin/php rather than sbin/php-fpm as the script suggested.![]()