-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Hi there,
I just did an installation from the current .ova fiule, v5.3, and after installation, I browse to http://katana.wtf and all I get is the Ngnix default page "Welcome to ngnix!". On the other hand, trying with https://katana.wtf returns an "Unable to connect" error.
I have checked /etc/ngnix/sites-available and /etc/ngnix/sites-enabled and the only enabled site is default with a basic default configuration with no katana configuration whatsoever. I can see there is a /etc/ngnix/conf.d/katana.test.conf file to configure a proxy for that name to localhost:8087, but I can see no similar configuration for the hostname katana.wtf.
The python service is indeed listening at port 8087 and I can access it directly from the browser.
I tried katana --update and nothing changed, still no katana at port 80/443.
Is there something I'm missing? As far as the instructions go, you should be able to access katana at the https://katana.wtf address, right? It looks as if some configuration files are missing.
Thank you!