phoenixbf / aton

ATON framework is based on modern web standards and technologies to create interactive, liquid and collaborative Web3D/WebXR apps targeting Cultural Heritage field. It adopts a “develop once, deploy everywhere” approach, providing building-blocks and a modular architecture
GNU General Public License v3.0
74 stars 7 forks source link

Configure ATON on a SSL LINUX server #25

Open cmerola67 opened 10 months ago

cmerola67 commented 10 months ago

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?

phoenixbf commented 8 months ago

Hi A new tutorial for an initial nginx configuration (for both http and https via SSL certificates) is now available on the main website.