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]]

Revision as of 16:01, 28 August 2012

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.


<bach>wget http://www.dotdeb.org/dotdeb.gpg

cat dotdeb.gpg

See also