How to config AdventureLog with Nginx Proxy Manager? #361
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @Aloe-recite! I would check the |
Beta Was this translation helpful? Give feedback.
@Aloe-recite, I would check two variables,
PUBLIC_SERVER_URL
on the frontend andPUBLIC_URL
on the backend. I would tryPUBLIC_SERVER_URL=http://server:8000
, because of the internal docker networks. Also for the PUBLIC_URL, it seems like you are using some kind of proxy for the app and not for the ngnix media service, this is causing the HTTPS warning. I would make sure that you are also proxying that and using a domain like media.mydomain.tld and using it as thePUBLIC_URL
. If that does not work and the login and stuff does, don't worry too much because the update I am releasing this Wednesday removes the need for a separate nginx container and just includes it in the server container. T…