1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00
This commit is contained in:
Éric Gaspar 2023-12-27 11:00:51 +01:00
parent 32e7b4ff1b
commit 19d7b2b530
3 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT____PATH__/;

View file

@ -32,7 +32,5 @@ RestrictRealtime=true
RestrictNamespaces=true
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
[Install]
WantedBy=multi-user.target

View file

@ -1,5 +1,5 @@
[Unit]
Description=Scrumblr: software to take note.
Description=Scrumblr: collaborative whiteboard
Requires=redis-__APP__.service
[Service]
@ -44,4 +44,3 @@ CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG
[Install]
WantedBy=multi-user.target