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; }