User Tools

Site Tools


servers:linux:nginx:mybb

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:mybb [2025/10/16 23:44] – [Clean-up] Sean Rhoneservers:linux:nginx:mybb [2025/10/30 22:30] (current) – old revision restored (2025/10/16 23:52) Sean Rhone
Line 153: Line 153:
   * https://docs.mybb.com/1.8/administration/utf-8-setup/   * https://docs.mybb.com/1.8/administration/utf-8-setup/
  
-  sudo su 'wwwrun' -'/bin/bash' +  sudo -'/srv/www/forum/inc/config.php' && sudo chown -v 'wwwrun':'www' '/srv/www/forum/inc/config.php'
- +
-  nano '/srv/www/forum/inc/config.php'+
  
 <code> <code>
 $config['database']['encoding'] = 'utf8mb4';</code> $config['database']['encoding'] = 'utf8mb4';</code>
- 
-  exit 
  
 ====== Services ====== ====== Services ======
Line 180: Line 176:
 ExecStart='/usr/bin/git' -C '/srv/www/forum' pull origin 'dev-1.9' ExecStart='/usr/bin/git' -C '/srv/www/forum' pull origin 'dev-1.9'
  
-ExecStart='/usr/bin/composer' --working-dir='/srv/www/forum' --no-cache install+ExecStart='/usr/bin/composer' --working-dir='/srv/www/forum' --no-cache install --no-dev
  
 ExecStartPost='/usr/bin/sync' ExecStartPost='/usr/bin/sync'
/usr/local/www/wiki/data/attic/servers/linux/nginx/mybb.1760672680.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