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 [2025/10/30 21:35] – [Server Block] Sean Rhoneservers:bsd:nginx:piwigo [2025/10/31 02:11] (current) Sean Rhone
Line 136: Line 136:
         rewrite ^/i((/|$).*)$ /i.php$1 last;         rewrite ^/i((/|$).*)$ /i.php$1 last;
     }     }
- 
 } }
  
Line 292: Line 291:
  
   su 'root' -c ~/'.local/scripts/www/media/git-fix.sh'   su 'root' -c ~/'.local/scripts/www/media/git-fix.sh'
 +
 +====== cron ======
 +
 +===== Updater =====
 +
 +  * 01:00AM Every day
 +
 +  su -
 +
 +  ee '/etc/cron.d/media-updater'
 +
 +<code>
 +#
 +SHELL=/bin/sh
 +
 +0 1 * * * root '/home/espionage724/.local/scripts/www/media/updater.sh'
 +
 +# End</code>
  
 ====== Backup ====== ====== Backup ======
/srv/www/wiki/data/attic/servers/bsd/nginx/piwigo.1761874552.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