abra-bash/deploy/install.abra.coopcloud.tech/nginx.conf

11 lines
236 B
Nginx Configuration File
Raw Permalink Normal View History

2020-10-25 20:08:08 +00:00
server {
listen 80 default_server;
server_name install.abra.autonomic.zone install.abra.coopcloud.tech;
2020-10-25 20:08:08 +00:00
location / {
root /var/www/abra-installer;
add_header Content-Type text/plain;
index installer;
}
}