Skip to content

Launch with proxy server and with alias #203

Description

@wawanUnic

Hi.
Is there a way to run this program using an alias?
I need the website address: my.site.com/dash/
I redirect the proxy server like this:

server {
    server_name my.site.com;
    location /dash/ {
        proxy_pass http://localhost:3030;
    }

But it doesn't work. I get the error:
https://my.site.com/dash/

Drats! That Dashboard doesn't exist.
You may have mistyped the address or the page may have moved.

What am I doing wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions