User Tools

Site Tools


servers:bsd:nginx:dokuwiki

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:dokuwiki [2025/10/30 14:57] Sean Rhoneservers:bsd:nginx:dokuwiki [2025/10/31 02:04] (current) – old revision restored (2025/10/31 00:45) Sean Rhone
Line 51: Line 51:
 ; General ; General
 php_value[date.timezone] = "America/New_York" php_value[date.timezone] = "America/New_York"
 +
 +; Errors
 +php_value[error_reporting] = "~E_ALL"
 +php_value[display_errors] = "Off"
  
 ; End</code> ; End</code>
Line 58: Line 62:
   su -   su -
  
-  ee '/usr/local/etc/nginx/default.d/wiki.conf'+  ee '/usr/local/etc/freenginx/default.d/wiki.conf'
  
 <code> <code>
Line 227: Line 231:
  
   su 'root' -c ~/'.local/scripts/www/wiki/git-fix.sh'   su 'root' -c ~/'.local/scripts/www/wiki/git-fix.sh'
 +
 +====== cron ======
 +
 +===== Updater =====
 +
 +  * 12:00AM Every day
 +
 +  su -
 +
 +  ee '/etc/cron.d/wiki-updater'
 +
 +<code>
 +#
 +SHELL=/bin/sh
 +
 +0 0 * * * root '/home/espionage724/.local/scripts/www/wiki/updater.sh'
 +
 +# End</code>
  
 ====== Backup ====== ====== Backup ======
/usr/local/www/wiki/data/attic/servers/bsd/nginx/dokuwiki.1761850627.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