Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do our best to help.
After I uploaded files (FreshRSS 1.20.2) to vps, I set Nginx-root to p folder and changed all files to owner www. I added the following codes to Nginx: location ~ ^.+?\.php(/.*)?$ { fastcgi_pass unix: ...
RewriteEngine On RewriteBase /projects/project-name/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php/$1 [L] Which ...