From b9748fb1822007191dacadab071cc240571c288f Mon Sep 17 00:00:00 2001 From: jf Date: Tue, 25 Mar 2025 16:26:44 +0100 Subject: [PATCH] Add docs/Savaneprod/2025-03-25-Proxmox-configuration --- .../Savaneprod/2025-03-25-Proxmox-configuration | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/Savaneprod/2025-03-25-Proxmox-configuration diff --git a/docs/Savaneprod/2025-03-25-Proxmox-configuration b/docs/Savaneprod/2025-03-25-Proxmox-configuration new file mode 100644 index 0000000..b7cf141 --- /dev/null +++ b/docs/Savaneprod/2025-03-25-Proxmox-configuration @@ -0,0 +1,17 @@ +--- +title: "Configuration de Proxmox" +author: + - JF +date: 2025-03-25 +--- +# Configuration de Proxmox + +## Configurer le reverse proxy DSM pour pouvoir utiliser la console +Le reverse proxy (mandataire inverse in french) de DSM est en fait un nginx avec une interface graphique. Mais sans l'entièreté des possibilités offertes par le logiciel. Ce qui veut dire que l'on peut se référer à la doc officielle pour savoir quelle configuration appliquer avec un nginx. +[Web Interface Via Nginx Proxy]( https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy) + +### Sur le Synology ça donne +- pour la redirection http : +![Configuration de la redirection http](proxmox_reverse_proxy_base_conf.png) +- pour les headers (en-têtes in french) : +![Configuration des en-têtes personnalisées](proxmox_reverse_proxy_custom_headers.png) \ No newline at end of file