Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
meshcentral-sur-lxc [2020/11/08 17:20] pielo [Apache revese proxy] |
meshcentral-sur-lxc [2021/12/26 10:35] (Version actuelle) pielo [Apache revese proxy] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Installation de Meshcentral sur LXC ====== | + | ====== Installation de Meshcentral sur LXC Ubuntu 18.04 ====== |
===== Liens ===== | ===== Liens ===== | ||
Ligne 9: | Ligne 9: | ||
<code bash> | <code bash> | ||
apt install net-tools bash-completion software-properties-common | apt install net-tools bash-completion software-properties-common | ||
- | |||
dpkg-reconfigure locales | dpkg-reconfigure locales | ||
Ligne 70: | Ligne 69: | ||
" | " | ||
" | " | ||
- | " | + | " |
} | } | ||
" | " | ||
- | "": | + | "": |
} | } | ||
} | } | ||
Ligne 82: | Ligne 81: | ||
- | ===== Apache | + | ===== Apache |
https:// | https:// | ||
Ligne 88: | Ligne 87: | ||
<code apache> | <code apache> | ||
+ | RewriteEngine on | ||
+ | RewriteCond %{HTTP: | ||
+ | RewriteCond %{HTTP: | ||
+ | RewriteRule . " | ||
+ | ProxyPass / http:// | ||
+ | ProxyPassReverse / http:// | ||
ProxyPreserveHost On | ProxyPreserveHost On | ||
- | ProxyRequests Off | ||
- | |||
- | ProxyPass "/ | ||
- | ProxyPass "/ | ||
- | ProxyPass "/ | ||
- | ProxyPass "/ | ||
- | ProxyPass "/ | ||
- | ProxyPass "/ | ||
- | ProxyPass / http:// | ||
</ | </ | ||