From 19d7b2b530b1f20dc17ffa29577bd62732e2bff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:00:51 +0100 Subject: [PATCH] cleaning --- conf/nginx.conf | 1 + conf/scrumblr_redis.service | 2 -- conf/systemd.service | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4cec3cc..f9716eb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,4 @@ +#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { proxy_pass http://127.0.0.1:__PORT____PATH__/; diff --git a/conf/scrumblr_redis.service b/conf/scrumblr_redis.service index db0d774..39c49b7 100644 --- a/conf/scrumblr_redis.service +++ b/conf/scrumblr_redis.service @@ -32,7 +32,5 @@ RestrictRealtime=true RestrictNamespaces=true RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX - - [Install] WantedBy=multi-user.target diff --git a/conf/systemd.service b/conf/systemd.service index 8917d0f..e5c9137 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 -