Search found 3 matches
- Mon Mar 22, 2021 9:24 pm
- Forum: General discussion
- Topic: PHP-FPM-73-public template
- Replies: 6
- Views: 5196
Re: What is PHP-FPM-73-public template
Ok I solved. In vestacp I created a folder under private and I inserted the laravel project there then I created a symbolic link in the public_html folder pointing to public . In myvesta this doesn't work. I tried to move the whole project to the public_html folder and everything seems to work !! Th...
- Mon Mar 22, 2021 6:43 pm
- Forum: General discussion
- Topic: PHP-FPM-73-public template
- Replies: 6
- Views: 5196
Re: What is PHP-FPM-73-public template
Index.php is in the /public_html/public folder and the rest of the files like package.json and .env are in the /public.html folder.
I also tried installing VestaCp on a Debian 9 machine and with the web template "laravel" and the same configuration everything works.
I also tried installing VestaCp on a Debian 9 machine and with the web template "laravel" and the same configuration everything works.
- Mon Mar 22, 2021 7:28 am
- Forum: General discussion
- Topic: PHP-FPM-73-public template
- Replies: 6
- Views: 5196
PHP-FPM-73-public template
Good morning, I have prepared a vps with debian 10.8. I have installed myvesta. i tried to run a fresh install of laravel 8. In "web templates" I have set PHP-FPM-73-public. but it doesn't work: No input file specified. I successfully copied the project to the "public_html" folde...