You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: