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
Raw Normal View History

2020-09-24 07:14:00 +00:00
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;
}
}