Replies: 1 comment 1 reply
-
Solution to my problem was to go into advance tab and type in the following:
Now the issue is that all style sheets and every base URL will go to whatever server_name was picked. Could this be a problem long term - maybe. I am still to test how this works with nextjs and next-auth. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get cname forwarders working.
Basically we offer a white label portal to customers.
We need them to place portal.example.com as a cname
For example say their domain was portal.mypod.com
That would cname to portal.example.com
The nginx-proxy-manager would just forward that onto the docker container in this case it's called NextJS:3000
Currently am getting the following page.
Any help welcomed.
Beta Was this translation helpful? Give feedback.
All reactions