Browse Source

Merge pull request #4743 from sahsanu/main

Fix typo in default www.conf file causing PHP-FPM not to start
Robert-Jan de Dreu 1 year ago
parent
commit
796a823939
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/php-fpm/www.conf

+ 1 - 1
install/deb/php-fpm/www.conf

@@ -1,6 +1,6 @@
 ; origin-src: deb/php-fpm/dummy.conf
 
-[wwww]
+[www]
 listen = /run/php/www.sock
 listen.owner = hestiamail
 listen.group = www-data