Move installer script to more general deploy folder

This commit is contained in:
decentral1se
2021-04-01 22:33:19 +02:00
parent 73c1290c52
commit 29e0077edb
5 changed files with 48 additions and 0 deletions

View File

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