diff --git a/conf/nginx.conf b/conf/nginx.conf index 03c688f..87af1e3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,7 +3,7 @@ location __PATH__/ { # Path to source alias __INSTALL_DIR__/; - proxy_pass http://127.0.0.1:8765; + proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Host $host; more_set_headers "X-Frame-Options: ALLOWALL"; diff --git a/conf/systemd.service b/conf/systemd.service index d239222..fb24656 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=motionEye Server for Yunohost +Description=motionEye: Web frontend for the motion daemon After=network.target [Service]