h-mdm / remote-control

Remote access to Android mobile devices (server part). This tool doesn't require USB connection! Screen mirroring, remote control by replaying gestures.

Home Page:https://headwind-remote.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erverythings work but there is no nginx installed

p3im4n opened this issue · comments

hi Mr @h-mdm
I need to change nginx settings but I cant find it
among to the installation it installed by ansible and I saw that every time
but there is only nginx.conf file in nginx folder!!!
its so confuing....
do u have any idea???

The template for nginx.conf is located in deploy/templates/nginx/nginx.conf.j2

Sometimes nginx is not started after running install.sh. In this case, you can review logs:

docker-compose logs nginx

Sometimes when you run ./install.sh again, the service starts normally.