Skip to content

Can't login once baseurl is set - v1.9.5 #590

Answered by bpatrik
narenarora asked this question in Q&A
Discussion options

You must be logged in to vote

Having a deeper look, you problem is probably with the nginx proxy. With these, your are sending /myphotos/pgapi path to /myphotos, but it should go to /myphotos/pgapi

location /myphotos/pgapi/ { <-----
....
                proxy_pass http://pigallery2/;  <-----
...

Note: there was always a /api path, but now its renamed to /pgapi and configurable.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@narenarora
Comment options

Answer selected by narenarora
Comment options

You must be logged in to vote
1 reply
@narenarora
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants