charm-ironic/templates/httpboot

10 lines
159 B
Plaintext

server {
listen {{ http_port }};
root {{ http_root }};
server_name {{ server_name }};
location / {
try_files $uri $uri/ =404;
}
}