User Tools

Site Tools


servers:bsd:nginx:piwigo

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:piwigo [2026/01/09 14:16] – [Folder] Sean Rhoneservers:bsd:nginx:piwigo [2026/03/05 16:04] (current) – [config.inc.php] Sean Rhone
Line 86: Line 86:
 php_value[memory_limit] = "512M" php_value[memory_limit] = "512M"
 php_value[post_max_size] = "100M" php_value[post_max_size] = "100M"
-php_value[upload_max_filesize] = "20M"+php_value[upload_max_filesize] = "100M"
 php_value[max_file_uploads] = "100" php_value[max_file_uploads] = "100"
  
Line 192: Line 192:
 $conf['links'] = array( $conf['links'] = array(
   'https://realmofespionage.xyz' => 'Realm of Espionage',   'https://realmofespionage.xyz' => 'Realm of Espionage',
-  'https://wiki.realmofespionage.xyz/start' => 'RoE | Wiki',+  'https://wiki.realmofespionage.xyz' => 'RoE | Wiki',
   'https://blog.realmofespionage.xyz' => 'RoE | Blog',   'https://blog.realmofespionage.xyz' => 'RoE | Blog',
   'https://social.realmofespionage.xyz/profile/espionage724' => 'RoE | Social',   'https://social.realmofespionage.xyz/profile/espionage724' => 'RoE | Social',
   'https://forums.realmofespionage.xyz' => 'RoE | Forums',   'https://forums.realmofespionage.xyz' => 'RoE | Forums',
 +  'https://status.realmofespionage.xyz' => 'RoE | Status',
   'https://wiki.realmofespionage.xyz/user:espionage724' => 'Webmaster Info',   'https://wiki.realmofespionage.xyz/user:espionage724' => 'Webmaster Info',
   'https://wiki.realmofespionage.xyz/servers:bsd:nginx:piwigo' => 'Instance Configuration Notes',   'https://wiki.realmofespionage.xyz/servers:bsd:nginx:piwigo' => 'Instance Configuration Notes',
Line 330: Line 331:
  
   su 'root' -c ~/'.local/scripts/www/media/git-fix.sh'   su 'root' -c ~/'.local/scripts/www/media/git-fix.sh'
- 
-  ~/'.local/scripts/www/media/git-fix.sh' 
  
 ====== cron ====== ====== cron ======
Line 415: Line 414:
   su   su
  
-  rm -Rf '/usr/local/www/media'+  ls '/home/'$USER'/piwigo-files-'*'.tar.gz' && rm -Rf '/usr/local/www/media'
  
   tar -xzf '/home/'$USER'/piwigo-files-'*'.tar.gz' -C '/usr/local/www' 'media' && chown -R 'www':'www' '/usr/local/www/media' && sync   tar -xzf '/home/'$USER'/piwigo-files-'*'.tar.gz' -C '/usr/local/www' 'media' && chown -R 'www':'www' '/usr/local/www/media' && sync
Line 433: Line 432:
   su -   su -
  
-  su -m 'www' -c "ee '/usr/local/www/media/local/config/database.inc.php'"+  su -m 'www' -c "ee '/usr/local/www/media/local/config/database.inc.php'" && clear
  
 <code>$conf['db_host'] = '127.0.0.1';</code> <code>$conf['db_host'] = '127.0.0.1';</code>
  
/var/www/wiki/data/attic/servers/bsd/nginx/piwigo.1767986210.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