mirror of
https://github.com/YunoHost-Apps/motioneye_ynh.git
synced 2024-09-03 19:46:09 +02:00
cleaning
This commit is contained in:
parent
b2e00bf6f1
commit
25b9719038
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ location __PATH__/ {
|
||||||
|
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __INSTALL_DIR__/;
|
alias __INSTALL_DIR__/;
|
||||||
proxy_pass http://127.0.0.1:8765;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
more_set_headers "X-Frame-Options: ALLOWALL";
|
more_set_headers "X-Frame-Options: ALLOWALL";
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=motionEye Server for Yunohost
|
Description=motionEye: Web frontend for the motion daemon
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Add table
Reference in a new issue