User Tools

Site Tools


servers:linux:nginx:friendica

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:friendica [2026/05/28 18:23] – [PHP-FPM Socket] Sean Rhoneservers:linux:nginx:friendica [2026/06/05 06:31] (current) Sean Rhone
Line 186: Line 186:
  
 ====== Settings ====== ====== Settings ======
- 
-  * :?: 2026: Location -> Country was missing ''USA'', but returned as ''United States of America'' that's unique on [[https://dir.friendica.social/search?field=country&q=United+States+of+America|Directory]] ((browser Inspect tool can be used to type anything)) 
  
 ===== frio Theme ===== ===== frio Theme =====
Line 251: Line 249:
 WorkingDirectory=/tmp WorkingDirectory=/tmp
  
-ExecStart='/usr/bin/php' '/srv/www/social/bin/console.php' worker+ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/srv/www/social/bin/console.php' worker
  
 # End</code> # End</code>
Line 298: Line 296:
 ExecStart='/usr/bin/git' -C '/srv/www/social/addon' pull origin 'develop' --rebase ExecStart='/usr/bin/git' -C '/srv/www/social/addon' pull origin 'develop' --rebase
  
-ExecStart='/usr/bin/composer' --working-dir='/srv/www/social' --no-cache install --no-interaction --no-dev --ignore-platform-req='ext-apcu' --ignore-platform-req='ext-imagick'+ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/usr/bin/composer' --working-dir='/srv/www/social' --no-cache install --no-interaction --no-dev --ignore-platform-req='ext-apcu' --ignore-platform-req='ext-imagick'
  
-ExecStart='/usr/bin/php' '/srv/www/social/bin/console.php' dbstructure update --force +ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/srv/www/social/bin/console.php' dbstructure update --force 
-ExecStart='/usr/bin/php' '/srv/www/social/bin/console.php' dbstructure drop --execute+ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/srv/www/social/bin/console.php' dbstructure drop --execute
  
-ExecStartPost='/usr/bin/php' '/srv/www/social/bin/console.php' postupdate+ExecStartPost='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/srv/www/social/bin/console.php' postupdate
  
 # End</code> # End</code>
Line 443: Line 441:
 ExecStart='/usr/bin/git' -C '/srv/www/social/addon' fsck --full --strict ExecStart='/usr/bin/git' -C '/srv/www/social/addon' fsck --full --strict
  
-ExecStart='/usr/bin/php' '/srv/www/social/bin/console.php' cache clear +ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/srv/www/social/bin/console.php' cache clear 
-ExecStart='/usr/bin/php' '/srv/www/social/bin/console.php' clearavatarcache+ExecStart='/usr/bin/php' -c '/etc/php8/fpm/php-fpm.d/social.conf' '/srv/www/social/bin/console.php' clearavatarcache
  
 # End</code> # End</code>
/usr/local/www/wiki/data/attic/servers/linux/nginx/friendica.1780007025.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