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

How to make the site accessible to the external networks? #245

Open
NelsonGahima opened this issue Nov 24, 2024 · 2 comments
Open

How to make the site accessible to the external networks? #245

NelsonGahima opened this issue Nov 24, 2024 · 2 comments

Comments

@NelsonGahima
Copy link

Description
How to make a site accessible to the external networks?

Use Case
I want to make my site called "site.localhost" installed on a remote linux server accessible to the external networks via my server's public IP address

Expected Behavior
to be able to access my site outside the server's network by using <server_ip>:<port_number> format

Current Behavior (if applicable)
i only access my site on my server by browsing http://site.localhost

@victorarocha
Copy link

Hello NelsonGahima,

What you need is a reverse proxy. You can setup nginx for this purpose.

regards.

@NelsonGahima
Copy link
Author

Thank you @victorarocha It worked

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