Hi, I just worked through How To Deploy a Laravel Application with Nginx on Ubuntu 16.04, with SSL and everything, it worked out fine with the quickstart Laravel project from github. Know I wanted to deploy my own project cloned from BitBucket. but I just get a 500 error from the server.
I cloned the bitbucket prooject for the simple sake in the quickstart folder and changed the .env accordingly. Also ```sudo certbot certonly --webroot --webroot-path=/var/www/html/quickstart/public -d mywebdomain.com -d www.mywebdomain.com`` for a new certificate.
Thanks for any help
greetings patrick`
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Never mind just fixed it.