Franziska Kunsmann
871341dd4b
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
12 lines
326 B
Python
12 lines
326 B
Python
@metadata_processor
|
|
def nginx_config(metadata):
|
|
return {
|
|
'nginx': {
|
|
'vhosts': {
|
|
metadata['riot-web']['url']: {
|
|
'webroot': '/var/www/chat.franzi.business/webapp/',
|
|
'extras': True,
|
|
},
|
|
},
|
|
},
|
|
}, DEFAULTS, DONE
|