docs: remplace config Apache manuelle par ISPConfig
Les vhosts, SSL et certificats sont gérés via ISPConfig (owni.alpinux.org:8080). Supprime les références à a2ensite, certbot et la copie manuelle de vhost.conf.
This commit is contained in:
parent
86c3f9d135
commit
cc2a171ec3
1 changed files with 10 additions and 2 deletions
12
README.md
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue