Migrate abra installer to coopcloud.tech domain

Closes coop-cloud/abra#150.
This commit is contained in:
decentral1se
2021-05-31 21:10:51 +02:00
parent 0af0ea096f
commit 499cc46583
7 changed files with 12 additions and 11 deletions

View File

@ -0,0 +1,10 @@
server {
listen 80 default_server;
server_name install.abra.autonomic.zone install.abra.coopcloud.tech;
location / {
root /var/www/abra-installer;
add_header Content-Type text/plain;
index installer;
}
}