Closed donotos closed 5 years ago
well answering myself here. in fact it is pretty easy to reverse proxy an ssl encrypted website with nginx:
Sorry for the late reply. Did you change APP_URL in .env file to http:// ?
yes i think i did but i made it work on https with nginx, i just needed to change my conf file a little to make it work. and i left APP_URL blank so that it does not rewrite the url. it work well that way.
oh by the way are you still active on that project? it do the job as it is but i have some ideas to make it even better.
Yes, I work on this project when I get the chance. If I don't push any commits it's likely because I'm too busy with work.
Feel free to post suggestions in another issue. Always looking for ways to improve it - mainly UI.
Hello.
I'm trying to use mangapie but i can't seem to make it work the way i want. i installed it using the wiki and everything seems to be alright. the only thing i tweeked is the nginx config that look like this now:
a very simplified one because i don't need ssl or to be more precise it must not be ssl encrypted since all my websites are reverse proxyfied through an nginx reverse proxy (yunohost)
but no mater what i do every time i hit the index.php it automatically switch to https i have the same issue after switching to apache.
can you help me? thanks