User Tools

Site Tools


servers:bsd: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:bsd:nginx_php_php-fpm [2025/08/27 22:40] – 14.3-R Sean Rhoneservers:bsd:nginx_php_php-fpm [2025/08/28 00:45] (current) – [Non-existent 404] http2 works nginx-devel 1.29 Sean Rhone
Line 13: Line 13:
   su -   su -
  
-  pkg install nginx-lite php84+  pkg install nginx-devel php84
  
 ===== PHP Modules ===== ===== PHP Modules =====
Line 70: Line 70:
  
   * This prevents unconfigured subdomains from loading assets from other sites ((if a site/URL doesn't exist, it'll 404))   * This prevents unconfigured subdomains from loading assets from other sites ((if a site/URL doesn't exist, it'll 404))
-  * 2025/05/16: ''http2'' disabled due to freshports note about gcc disabled; might need ''nginx-full'' or non-lite too? 
  
   su -   su -
Line 79: Line 78:
 server { server {
     listen 443 ssl default_server;     listen 443 ssl default_server;
-#    http2 on;+    http2 on;
     server_name _;     server_name _;
  
/usr/local/www/wiki/data/attic/servers/bsd/nginx_php_php-fpm.1756348834.txt.gz · Last modified: by Sean Rhone