New interface as the default

chandra4 years ago

Firstly, I want to thank the developers for this great project! I've already setup the web server successfully on my vps. Both the regular web interface and the modern web interface works well.

Anyway, I want to make the modern as the default interface. Following the configuration provided here : https://www.traccar.org/secure-connection/ , I make the change below

ProxyPass /api/socket ws://localhost:8082/api/socket
ProxyPassReverse /api/socket ws://localhost:8082/api/socket

ProxyPass / http://localhost:8082/*modern*/
ProxyPassReverse / http://localhost:8082/*modern*/

Now, when I load the web interface, the modern one already loaded as the default interface. But ofcourse the url to api/socket become not found (404)

Please guide me on how to resolve this matter.

Best regards.

Anton Tananaev4 years ago

Why is it not found?

chandra4 years ago

sorry my bad. I just need to change web path at the configuration file to

 <entry key='web.path'>./web/modern</entry>

Thanks