Web-API icon indicating copy to clipboard operation
Web-API copied to clipboard

[Question] Apache integration

Open Donekulda opened this issue 5 years ago • 1 comments

Hello, im running the server on my VPS which runs on Ubuntu, and i have LAMP server installed and have own websites running there, is it possible to redirect my domain name to the WebAPI ? If yes, if i may ask how?

Donekulda avatar Jun 26 '20 09:06 Donekulda

Hi What you're looking for is possible using different methods.

You can either use your Apache server as a reverse proxy for the AdminPanel. This basically redirects the traffic for a (sub-)domain to the admin interface.

Or you can host the AdminPanel files yourself by downloading them here and putting them into a folder where your other website stuff is (you should probably make a new virtual host for the files). Then you can turn off the admin panel that is included in the WebAPI by using the config/webapi/main.conf file and setting adminPanel = false

Valandur avatar Jun 27 '20 10:06 Valandur