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 -