aton icon indicating copy to clipboard operation
aton copied to clipboard

Configure ATON on a SSL LINUX server

Open cmerola67 opened this issue 7 months ago • 1 comments

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?

cmerola67 avatar Nov 29 '23 11:11 cmerola67