Install nginx version 1.9
Posté : mer. 23 déc. 2015 11:27
J'aimerais installer la version 1.9 de nginx sur mon pi en raspbian jessie pour tester httpv2. Quelle est la marche a suivre?
Les forums français du Raspberry Pi
http://forums.framboise314.fr/
Code : Tout sélectionner
echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" > /etc/apt/sources.list.d/nginx.list
Code : Tout sélectionner
wget -O - http://nginx.org/keys/nginx_signing.key | apt-key add -
Code : Tout sélectionner
apt-get update
Code : Tout sélectionner
apt-get install nginx