Outils pour utilisateurs

Outils du site


meshcentral-sur-lxc

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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:
     "RedirPort": 800,     "RedirPort": 800,
     "AgentPong": 300,     "AgentPong": 300,
-    "TlsOffload": "127.0.0.1"+    "TlsOffload": "10.0.3.177"
   }   }
   "domains": {   "domains": {
-  "": {"certUrl": "https://127.0.0.1:443/"}+  "": {"certUrl": "https://myservername.domain.com/"}
   }   }
 } }
Ligne 82: Ligne 81:
  
  
-===== Apache revese proxy =====+===== Apache reverse proxy =====
  
 https://github.com/Ylianst/MeshCentral/issues/317#issuecomment-525048548 https://github.com/Ylianst/MeshCentral/issues/317#issuecomment-525048548
Ligne 88: Ligne 87:
  
 <code apache> <code apache>
 +RewriteEngine on
 +RewriteCond %{HTTP:Upgrade} websocket [NC]
 +RewriteCond %{HTTP:Connection} upgrade [NC]
 +RewriteRule . "ws://10.0.3.133:4430%{REQUEST_URI}" [P]
 +ProxyPass / http://10.0.3.133:4430/ connectiontimeout=86400 timeout=30
 +ProxyPassReverse / http://10.0.3.133:4430/
 ProxyPreserveHost On ProxyPreserveHost On
-ProxyRequests Off 
- 
-ProxyPass "/agent.ashx" "ws://10.0.3.133:4430/agent.ashx" 
-ProxyPass "/amtactivate" "ws://10.0.3.133:4430/amtactivate" 
-ProxyPass "/control.ashx" "ws://10.0.3.133:4430/control.ashx" 
-ProxyPass "/meshrelay.ashx" "ws://10.0.3.133:4430/meshrelay.ashx" 
-ProxyPass "/webrelay.ashx" "ws://10.0.3.133:4430/webrelay.ashx" 
-ProxyPass "/webider.ashx" "ws://10.0.3.133:4430/webider.ashx" 
-ProxyPass / http://10.0.3.133:4430/ 
 </code> </code>
  
meshcentral-sur-lxc.1604852419.txt.gz · Dernière modification: 2020/11/08 17:20 de pielo