Hello guys,
I have set up a webserver with a domain that refers to it’s IP:
mywebserver.hoster IP:XXX
mydomain --> XXX --> mywebserver.hoster
So when I access the mydomain I see my Hugo Page but when I click on any links it appears as mywebserver.hoster/about instead of mydomain/about even though I changed the base url to mydomain
Also I created a new post via hugo new posts/newpage.md and changed the draft value to false but I still can’t access the page and it doesn’t appear on the main page.
Any ideas how to fix this?

