I have a site that I want any logged in action to be protected under SSL, say all routes are under /admin. I am running on NGINX and have SSL working when I go to the https://www.domain.com. I have looked around and this thread has some good info:
http://stackoverflow.com/questions/19967788/laravel-redirect-all-requests-to-https
My questions are...
At the moment when I go to my https:// my asset urls are broken, how best to link to assets (css,js) through https ?
Can I make it so asset urls are different depending on how it's accessed or should I have a secure template and insecure one with different asset urls ?
Many thanks,
Gwilym
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community