From 0dc7fcc77f4712644173b6091c984bc4eaf28585 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 18 Nov 2019 04:50:46 +0000 Subject: [PATCH] fix spacing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b2e23d1f..0bbd49f1 100755 --- a/install.sh +++ b/install.sh @@ -649,7 +649,7 @@ server { location / { root /var/www/rmm/dist; try_files \$uri \$uri/ /index.html; - add_header Cache-Control "no-store, no-cache, must-revalidate"; + add_header Cache-Control "no-store, no-cache, must-revalidate"; add_header Pragma "no-cache"; } error_log /var/log/nginx/frontend-error.log;