This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
abra/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;
}
}