Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

redirects to localhost #23

Description

@Tysseract

I installed the container on my Debian server and got the "listening on 0.0.0.0:9663" message but when I navigated to 192.168.0.2:9663 (the server IP) from a windows machine, it redirected to localhost:9663.
I then tried adding it to the Debian machine's (working) reverse proxy
ProxyPass "/chess" "http://0.0.0.0:9663" ProxyPassReverse "/chess" "http://0.0.0.0:9663"
and now it gives a too many redirects error...
I can't for the life of me figure out why it redirects to localhost, any help would be appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions