add config fore sharing file over http
This commit is contained in:
parent
09a5d83751
commit
e8fb2d56e3
2 changed files with 6 additions and 0 deletions
|
@ -5,3 +5,8 @@ reverse_proxy_sites:
|
||||||
- {from: hindley.pains-perdus.fr, to: "http://127.0.0.1:5000"}
|
- {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: 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"}
|
- {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/"}
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
roles:
|
roles:
|
||||||
- install_nginx
|
- install_nginx
|
||||||
- reverse_proxy_http
|
- reverse_proxy_http
|
||||||
|
- share_file_web
|
||||||
|
|
Loading…
Reference in a new issue