From 1cc57038cf2fd31b6f095c4b2be045dfa3e9f09a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 31 Aug 2019 16:05:49 +0200 Subject: xan: Remove spurious semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/xan_kyriasis_com.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/xan_kyriasis_com.sls b/nginx/xan_kyriasis_com.sls index 6a21d5f..6aa71db 100644 --- a/nginx/xan_kyriasis_com.sls +++ b/nginx/xan_kyriasis_com.sls @@ -52,7 +52,7 @@ nginx: - location @mediawiki: - - rewrite: '^/wiki([^?]*)(?:\?(.*))? /index.php5?title=$1&$2 last;' + - rewrite: '^/wiki([^?]*)(?:\?(.*))? /index.php5?title=$1&$2 last' - location /wiki: - root: /usr/share/webapps/xans-wiki -- cgit v1.2.3-54-g00ecf