Lewati ke konten utama

Deploy VPS

Ini adalah catatan singkat mengenai masalah/issue yang ada pada saat deploy ke VPS:

HTTP & HTTPS​

  • app\Providers\AppServiceProvider.php
\Illuminate\Support\Facades\URL::forceScheme('https');

CORS​

Permission Storage​

sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache
sudo chmod -R 775 storage
sudo chmod -R 775 bootstrap/cache

Reverse Proxy​