Difference between revisions of "Nginx"
From Organic Design wiki
(Created page with "{{stub}} == See also == *[http://wiki.nginx.org/LikeApache Config example for Apache people] Category:Software") |
m |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
+ | |||
+ | {{code|<bach>wget http://www.dotdeb.org/dotdeb.gpg | ||
+ | cat dotdeb.gpg | sudo apt-key add - | ||
+ | rm dotdeb.gpg | ||
+ | apt-get update | ||
+ | |||
+ | apt-get install php5-fpm nginx</bash>}} | ||
== See also == | == See also == | ||
*[http://wiki.nginx.org/LikeApache Config example for Apache people] | *[http://wiki.nginx.org/LikeApache Config example for Apache people] | ||
[[Category:Software]] | [[Category:Software]] |