From 6a68a245a61f95044a9cd1767811afb705df4b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:44:43 +0200 Subject: [PATCH] Fix linter --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3b33cc4..53b5c56 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ #rewrite ^__PATH__$ __PATH__/ permanent; location = __PATH__/ { - more_set_headers Content-Type text/plain; + more_set_headers "Content-Type: text/plain"; return 200 'Syncstorage is running'; }