Update manifest for typo
This commit is contained in:
parent
c01c74a011
commit
889640d064
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ require="$synapse_reqs" __matrix_synapse \
|
||||||
# Install and configure NGINX web server/proxy.
|
# Install and configure NGINX web server/proxy.
|
||||||
__package nginx
|
__package nginx
|
||||||
|
|
||||||
require="__package/nginx" __file /etc/nginx/conf.d/generic.conf \
|
require="__package/nginx" __file /etc/nginx/conf.d/generic_worker.conf \
|
||||||
--mode 0644 \
|
--mode 0644 \
|
||||||
--source "$__type/files/generic_worker.conf"
|
--source "$__type/files/generic_worker.conf"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue