bundlewrap/bundles/islamicstate.eu/metadata.py
mwiegand b2c9a0afd0 wip
2021-07-16 00:47:48 +02:00

12 lines
265 B
Python

defaults = {
'nginx': {
'vhosts': {
'islamicstate.eu': {
'content': 'nginx/html.conf',
'context': {
'root': '/var/www/islamicstate.eu',
},
}
},
},
}