Closed hartmark closed 1 month ago
This is the response from the foohost.mydomain.com:
HTTP/2 200
server: openresty
date: Sat, 07 Sep 2024 01:04:35 GMT
content-type: application/json; charset=utf-8
content-length: 61
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
x-frame-options: DENY
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
etag: W/"3d-GIt6zoiIT9nDRBCauiicZcxECTE"
vary: Accept-Encoding
strict-transport-security: max-age=63072000; preload
x-served-by: foohost.mydomain.com
X-Firefox-Spdy: h2
I found the problem. I'm running dawarich and npm on same host and localhost was incorrect to use.
<host of dawarich>
is the name of my host running the docker container.
Describe the bug I fail to get dawarich to accept connections from my reverse proxy. https://github.com/NginxProxyManager/nginx-proxy-manager
Version docker-compose version
To Reproduce Steps to reproduce the behavior:
{"status":"OK","version":{"major":2,"minor":11,"revision":3}}
Expected behavior If I surf into http://localhost:3000 it works as expected but I want it to behave the same for foohost.mydomain.com