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 [2026/01/07 02:57] Sean Rhoneservers:linux:nginx_php_php-fpm [2026/04/19 15:10] (current) Sean Rhone
Line 47: Line 47:
 **** ****
  
-  sudo mv -n '/etc/nginx/nginx.conf' '/etc/nginx/nginx.conf~'+  sudo mv '/etc/nginx/nginx.conf' '/etc/nginx/nginx.conf~'
  
 ===== PHP-FPM ===== ===== PHP-FPM =====
Line 53: Line 53:
 **** ****
  
-  sudo mv -n '/etc/php8/fpm/php-fpm.d/www.conf' '/etc/php8/fpm/php-fpm.d/www.conf~'+  sudo mv '/etc/php8/fpm/php-fpm.d/www.conf' '/etc/php8/fpm/php-fpm.d/www.conf~'
  
 ===== Check Defaults ===== ===== Check Defaults =====
Line 114: Line 114:
 server { server {
  
- listen '443' 'ssl' 'default_server'; + listen '443' 'ssl' 'http2' 'default_server';
- http2 'on';+
  server_name '_';  server_name '_';
  
/var/www/wiki/data/attic/servers/linux/nginx_php_php-fpm.1767772664.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki