• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Vue File Manager with Laravel - Your Private Cloud

Vue File Manager with Laravel - Your Private Cloud V2.2.7 - Nulled

No permission to download
Modify this NGINX setting inside your [your-domain].conf

NGINX:
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;
           }
Then run this command from your public_html directory
Bash:
php artisan storage:link && php artisan cache:clear && php artisan config:clear
 
Modify this NGINX setting inside your [your-domain].conf

NGINX:
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;
           }
Then run this command from your public_html directory
Bash:
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 home
 
  • Like
Reactions: audacity
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 home
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 anymore :)
 
  • Like
Reactions: katalk and audacity
Modify this NGINX setting inside your [your-domain].conf

NGINX:
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;
           }
Then run this command from your public_html directory
Bash:
php artisan storage:link && php artisan cache:clear && php artisan config:clear
Can you provide me with an explanation or path?
 
anyone have extended version ?
 
Modify this NGINX setting inside your [your-domain].conf

NGINX:
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;
           }
Then run this command from your public_html directory
Bash:
php artisan storage:link && php artisan cache:clear && php artisan config:clear
Done this but No Luck Here is my conf ..

server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
{{ssl_certificate_key}}
{{ssl_certificate}}
server_name www.xeedrive.xyz;
return 301 https://.xyz$request_uri;
}

server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
{{ssl_certificate_key}}
{{ssl_certificate}}
server_name .xyz www1..xyz;
{{root}}

{{nginx_access_log}}
{{nginx_error_log}}

if ($scheme != "https") {
rewrite ^ https://$host$uri permanent;
}

location ~ /.well-known {
auth_basic off;
allow all;
}

{{settings}}

try_files $uri $uri/ /index.php?$args;
index index.php index.html;

location ~ \.php$ {
include fastcgi_params;
fastcgi_intercept_errors on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
try_files $uri =404;
fastcgi_read_timeout 3600;
fastcgi_send_timeout 3600;
fastcgi_param HTTPS $fastcgi_https;
fastcgi_pass 127.0.0.1:{{php_fpm_port}};
fastcgi_param PHP_VALUE "{{php_settings}}";
}

location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|woff2|eot|mp4|ogg|ogv|webm|webp|zip|swf)$ {
add_header Access-Control-Allow-Origin "*";
expires max;
access_log off;
}

if (-f $request_filename) {
break;
}
}
 
/www/server/php/81/bin/php /www/wwwroot/xxxx.com/artisan schedule:run

Lol, 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. 🤦‍♂️
 
Lol, 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. 🤦‍♂️
U server vps or shard host
 

Forum statistics

Threads
79,468
Messages
1,143,059
Members
248,639
Latest member
rem693
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock