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

Need Help: how to access appserver from centos server ? #11

Closed
suresh-kumara-gist opened this issue Feb 25, 2022 · 1 comment
Closed

Comments

@suresh-kumara-gist
Copy link

I have installed lando v3.6.2 in Centos version 8. Running drupal 10 recipe.

name: my-first-drupal10-app
recipe: drupal10
config:
  webroot: .
 NAME            my-first-drupal10-app                        
 LOCATION        /home/suresh/projects/drupal10               
 SERVICES        appserver, database                          
 APPSERVER URLS  https://localhost:49282                      
                 http:https://localhost:49283                       
                 http:https://my-first-drupal10-app.lndo.site:8000/ 
                 https://my-first-drupal10-app.lndo.site/    

I want to access drupal instance http:https://localhost:49283 from my server ip address http:https://170.240.49.45:49283 but I couldn't access it in browser.

How to assign domain name to the http:https://localhost:49283 instance.

thank you.

@rtfm-47 rtfm-47 transferred this issue from lando/lando Feb 25, 2022
@suresh-kumara-gist
Copy link
Author

suresh-kumara-gist commented Mar 20, 2022

I am not sure is it a right way, I have solved it by adding bindAddress : 0.0.0.0 in ~/.lando/config.yml . Now I could access drupal instance http:https://localhost:49283/ from my server ip address http:https://170.240.49.45:49283

Kindly close this if my solution is right one. thank you

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

No branches or pull requests

3 participants