diff --git a/README.md b/README.md index b738924..3cfe96d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ feedback/ ├── static/ ├── requirements.txt ├── .env.example -├── feedback.alpinux.org.vhost.conf -└── feedback.alpinux.org.service +└── feedback.alpinux.org.service # unit systemd pour Gunicorn ``` + +## Déploiement + +Le sous-domaine est créé via **ISPConfig** (`https://owni.alpinux.org:8080`) : + +1. *Sites → Ajouter un site web* — domaine `feedback.alpinux.org` +2. Activer **Let's Encrypt SSL** +3. Dans *Options → Directives Apache personnalisées*, ajouter le reverse proxy vers Gunicorn +4. Installer le service systemd (`feedback.alpinux.org.service`) pour Gunicorn