From 5a30e1b5292b66c6168847e70c53a63205746910 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 14 May 2021 22:47:10 -0400 Subject: [PATCH] use nginx utility to get error reporting --- deploy_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_static b/deploy_static index f152086f..18571959 100755 --- a/deploy_static +++ b/deploy_static @@ -28,7 +28,7 @@ ssh $remote sync . sed -i "s|/srv/grapheneos.org|$target|" nginx.conf.tmp rsync -rpcv --chmod=D755,F644 --delete nginx.conf.tmp $remote:/etc/nginx/nginx.conf ssh $remote sync -f /etc/nginx/nginx.conf -ssh $remote systemctl reload nginx +ssh $remote nginx -s reload echo echo active is now $target