From 836101beca58209e2d3e81bb4769b898b96f22de Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 24 Jul 2022 23:33:32 -0700 Subject: [PATCH] * leftcoast file server fixerinod --- .../nginx/{gallery.leftcoast.space => files.leftcoast.space} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename playbooks/alpha/nginx/{gallery.leftcoast.space => files.leftcoast.space} (89%) diff --git a/playbooks/alpha/nginx/gallery.leftcoast.space b/playbooks/alpha/nginx/files.leftcoast.space similarity index 89% rename from playbooks/alpha/nginx/gallery.leftcoast.space rename to playbooks/alpha/nginx/files.leftcoast.space index 80ccbe3..e5f4dd3 100644 --- a/playbooks/alpha/nginx/gallery.leftcoast.space +++ b/playbooks/alpha/nginx/files.leftcoast.space @@ -3,7 +3,7 @@ # should not happen on the target server server { - server_name gallery.leftcoast.space; + server_name files.leftcoast.space; location / { proxy_pass http://127.0.0.1:8000; }