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
servers:bsd:nginx_php_php-fpm [2025/08/28 00:44] – [Dependencies] 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 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.1756356245.txt.gz · Last modified: by Sean Rhone