From d4e5b98c140c28417e008379ec7af7cdc235792b Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 1 Oct 2019 13:23:38 +0200 Subject: [PATCH] update nginx config to add trailing slashes to new apps --- docs/example.nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example.nginx.conf b/docs/example.nginx.conf index 34d114402..a54687560 100644 --- a/docs/example.nginx.conf +++ b/docs/example.nginx.conf @@ -116,7 +116,7 @@ server { try_files $uri =404; } - location ~ ^/(register|login|settings|user|pad|drive|poll|slide|code|whiteboard|file|media|profile|contacts|todo|filepicker|debug|kanban|sheet)$ { + location ~ ^/(register|login|settings|user|pad|drive|poll|slide|code|whiteboard|file|media|profile|contacts|todo|filepicker|debug|kanban|sheet|support|admin|notifications|teams)$ { rewrite ^(.*)$ $1/ redirect; }