hi, how do I surf in to my .dev site from my android if I am on same wifi
-
I can access the server by typing in IP number of the my dev machine but I get 403 forbidden by nginx. What would I need to edit to allow to access just a specific appname.dev site I have.
my localmachine ip currently is 192.168.1.70
Many thanks for a wonderful tool.
-
actually managed to solve it
-
@nermamax : Nice! How did you solve it?
-
like this:
server {
listen 80;
server_name myapp.dev *.myapp.dev 192.168.1.80;last entry being the ip number of the server
-
@nermamax : Cool!
If you are not in you local network, you can also check your project with your phone anywhere using Menu > Ngrok share.
-
@nermamax Where did you enter this? Thanks
-
How can I use "ngrok" I have tried to do it but I cannot connect from another device?
i use: lagaron full 4.0.16
-
@WilliamLM10 : Just click the project you want to share: Menu > www > Share