[logos] Deploy logos on the wiki
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
84b8f88278
commit
9fd8496767
|
@ -35,3 +35,16 @@ loc_nginx:
|
||||||
params:
|
params:
|
||||||
- "uwsgi_pass unix:///var/run/uwsgi/app/moinmoin/socket"
|
- "uwsgi_pass unix:///var/run/uwsgi/app/moinmoin/socket"
|
||||||
- "include uwsgi_params"
|
- "include uwsgi_params"
|
||||||
|
|
||||||
|
logos:
|
||||||
|
- which: crans_logo_white.svg
|
||||||
|
where: /var/local/wiki/htdocs/logo.svg
|
||||||
|
owner: root
|
||||||
|
group: www-data
|
||||||
|
mode: '0644'
|
||||||
|
|
||||||
|
- which: crans_favicon.ico
|
||||||
|
where: /var/local/wiki/favicon.ico
|
||||||
|
owner: root
|
||||||
|
group: www-data
|
||||||
|
mode: '0644'
|
||||||
|
|
Loading…
Reference in New Issue