coinstore
Results
2
comments of
coinstore
I had to insert the following lines into my nginx config: ``` proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Proto $scheme; ``` aswell as using the host network in docker by adding this...
Sorry, that was a typo, I have edited my message now. I retested both, `$host` did not work, `$http_host` did work.