vagrant-saltlab/srv/salt/webserver/index.html
John Bowdre 62bd4a6f35 further work on webserver state
- rename apache->webserver state
- configure firewall rules to permit http/https
- fix index.html path
2023-03-27 10:38:35 -05:00

7 lines
No EOL
146 B
HTML

<!DOCTYPE html>
<html>
<head><title>Salt rocks</title></head>
<body>
<h1>This file brought to you by Salt</h1>
</body>
</html>