This repository has been archived on 2020-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
installer-scripts/swarm/swarm.conf

11 lines
216 B
Plaintext

server {
listen 80 default_server;
server_name install.swarm.autonomic.zone;
location / {
root /var/www/swarm-installer;
add_header Content-Type text/plain;
index swarm-installer;
}
}