Skip to content

Configure ATON on a SSL LINUX server  #25

@cmerola67

Description

@cmerola67

I'm trying to install ATON on a LINUX (Ubuntu) machine. I'm using NGINX to manage traffic and SSL certificates.
I changed the routing configuration as follow:

location /ATON/ {
proxy_pass http://localhost:8080/;
}

location /ATONSSL/ {
proxy_pass https://localhost:8083/;
}
Unfortunatelu, there are other services already installed and active, for this reason I need to change the root directory of the ATON service. But when I configure ATON they continue to give me the following error (from console):

(GET https://my-server/api/landing 404 ( Not Found))

Could you tell me where to change this configuration?

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