add config fore sharing file over http

This commit is contained in:
Jean-Marie Mineau 2021-03-02 11:33:34 +01:00
parent 09a5d83751
commit e8fb2d56e3
2 changed files with 6 additions and 0 deletions

View file

@ -5,3 +5,8 @@ reverse_proxy_sites:
- {from: hindley.pains-perdus.fr, to: "http://127.0.0.1:5000"}
- {from: gitea.deso-palaiseau.fr, to: "https://azerty.fil.sand.auro.re:8443"}
- {from: openid.deso-palaiseau.fr, to: "https://azerty.fil.sand.auro.re:7443"}
sharing_sites:
- {from: share.deso-palaiseau.fr, folder: "/var/www/share/"}
- {from: authority.deso-palaiseau.fr, folder: "/var/www/authority/"}
- {from: authority-info-access.deso-palaiseau.fr, folder: "/var/www/authority_info_access/"}

View file

@ -6,3 +6,4 @@
roles:
- install_nginx
- reverse_proxy_http
- share_file_web