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
Luke Murphy ed1d84c575
All checks were successful
continuous-integration/drone/push Build is passing
Bump abra, add swarm installer script
2020-09-24 09:14:09 +02:00

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;
}
}