User Tools

Site Tools


servers:linux:nginx_php_php-fpm

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:linux:nginx_php_php-fpm [2025/12/31 23:27] – [nginx] Sean Rhoneservers:linux:nginx_php_php-fpm [2026/01/07 02:58] (current) – old revision restored (2026/01/04 14:27) Sean Rhone
Line 81: Line 81:
   * ''vhosts.d'' contains enabled websites ((this folder needs created))   * ''vhosts.d'' contains enabled websites ((this folder needs created))
  
-===== Defaults ===== +===== Folders =====
- +
-==== Folders ====+
  
 **** ****
Line 146: Line 144:
 ===== nginx ===== ===== nginx =====
  
-  sudo -e '/etc/nginx/nginx.conf' && sudo nginx -t+  sudo -e '/etc/nginx/nginx.conf'
  
 <code> <code>
Line 154: Line 152:
 } }
  
-#error_log /var/log/nginx/error.log;+#error_log '/var/log/nginx/error.log';
  
 http { http {
Line 161: Line 159:
  #log_format main '$time_local - $http_host - $remote_addr - $status "$request" $body_bytes_sent - $http_referer - "$http_user_agent"';  #log_format main '$time_local - $http_host - $remote_addr - $status "$request" $body_bytes_sent - $http_referer - "$http_user_agent"';
  #access_log '/var/log/nginx/access.log main';  #access_log '/var/log/nginx/access.log main';
 +
 + access_log '/dev/null';
  
  # Includes  # Includes
/usr/local/www/wiki/data/attic/servers/linux/nginx_php_php-fpm.1767241623.txt.gz · Last modified: by Sean Rhone