1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/motioneye_ynh.git synced 2024-09-03 19:46:09 +02:00
This commit is contained in:
Éric Gaspar 2023-09-25 20:39:14 +02:00
parent b2e00bf6f1
commit 25b9719038
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -1,5 +1,5 @@
[Unit]
Description=motionEye Server for Yunohost
Description=motionEye: Web frontend for the motion daemon
After=network.target
[Service]