From 25b97190385a138121263ea934ea84c152d71436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:39:14 +0200 Subject: [PATCH] cleaning --- conf/nginx.conf | 2 +- conf/systemd.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]