Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kb:nginx [2016/01/13 14:10] – created yehudakb:nginx [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Nginx ====== ====== Nginx ======
 +[[kb:nginx:install bugzilla in nginx]]
 +[[https://www.nginx.com/blog/dynamic-reconfiguration-with-nginx-plus/|Dynamic configuration via API]]
  
 ===== Nginx upgrade (centos6.5) ===== ===== Nginx upgrade (centos6.5) =====
Line 7: Line 9:
 service ngnix status service ngnix status
 service httpd status service httpd status
- 
-# Install 
-yum install ngnix 
  
 # Disable Apache # Disable Apache
 service httpd stop service httpd stop
 chkconfig httpd off chkconfig httpd off
 +
 +# Install
 +yum install ngnix
 +
 +# Ensure nginx on boot
 chkconfig ngnix on chkconfig ngnix on
  
Line 19: Line 23:
 cd /etc/ngnix/sites-available cd /etc/ngnix/sites-available
  
-# Edit the configuration+# Edit the configuration Or copy the configuration  file for other source
 vi [DOMAIN-NAME].conf  vi [DOMAIN-NAME].conf 
  
kb/nginx.1452694259.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0