Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Apache integration #140

Open
Donekulda opened this issue Jun 26, 2020 · 1 comment
Open

[Question] Apache integration #140

Donekulda opened this issue Jun 26, 2020 · 1 comment

Comments

@Donekulda
Copy link

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?

@Valandur
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants