diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-12 17:03:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-12 17:03:54 -0400 |
| commit | 44134c95f151cab47d7229d61caedcaf9721fe73 (patch) | |
| tree | 176cfb3f00ac298363a359e7d148636ff107d5b3 /deploy-static | |
| parent | 6541335b8c40183a47e4727db97398c8bfe07a4b (diff) | |
add nginx mime.types configuration to deployment
Diffstat (limited to 'deploy-static')
| -rwxr-xr-x | deploy-static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy-static b/deploy-static index e0e818be..b7556d08 100755 --- a/deploy-static +++ b/deploy-static @@ -35,6 +35,7 @@ for server in ${servers[@]}; do sed "s|/srv/grapheneos.org|$target|" nginx-tmp/nginx.conf > nginx-tmp/nginx.conf.root rsync -rptcv --fsync --chmod=D755,F644 --delete nginx-tmp/nginx.conf.root $remote:/etc/nginx/nginx.conf + rsync -rptcv --fsync --chmod=D755,F644 --delete nginx-tmp/mime.types $remote:/etc/nginx/mime.types rsync -rptcv --fsync --chmod=D755,F644 --delete nginx-tmp/snippets/ $remote:/etc/nginx/snippets ssh $remote nginx -s reload |
