servers:linux:nginx:dokuwiki
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| servers:linux:nginx:dokuwiki [2026/01/01 02:46] – Ubuntu -> oS TW (WIP) Sean Rhone | servers:linux:nginx:dokuwiki [2026/01/01 03:20] (current) – Sean Rhone | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| ===== PHP-FPM Socket ===== | ===== PHP-FPM Socket ===== | ||
| - | sudo -e '/etc/php/8.4/fpm/pool.d/ | + | sudo -e '/etc/php8/fpm/php-fpm.d/ |
| < | < | ||
| Line 39: | Line 39: | ||
| ; Socket | ; Socket | ||
| - | listen = "/ | + | listen = "/ |
| listen.owner = " | listen.owner = " | ||
| listen.group = " | listen.group = " | ||
| Line 52: | Line 52: | ||
| php_value[log_errors] = " | php_value[log_errors] = " | ||
| php_value[error_reporting] = " | php_value[error_reporting] = " | ||
| + | |||
| + | ; openSUSE php.ini Defaults | ||
| + | php_value[session.save_path] = "/ | ||
| ; General | ; General | ||
| Line 60: | Line 63: | ||
| ===== FastCGI ===== | ===== FastCGI ===== | ||
| - | sudo -e '/ | + | sudo -e '/ |
| < | < | ||
| Line 73: | Line 76: | ||
| | | ||
| - | | + | |
| } | } | ||
| Line 81: | Line 84: | ||
| ===== Server Block ====== | ===== Server Block ====== | ||
| - | sudo -e '/ | + | sudo -e '/ |
| < | < | ||
| Line 92: | Line 95: | ||
| index ' | index ' | ||
| - | | + | |
| - | | + | |
| | | ||
| Line 99: | Line 102: | ||
| | | ||
| - | # access_log '/srv/ | + | # access_log '/var/ |
| - | # error_log '/srv/ | + | # error_log '/var/ |
| # location = '/ | # location = '/ | ||
| Line 128: | Line 131: | ||
| # End</ | # End</ | ||
| - | |||
| - | sudo ln -s -f '/ | ||
| ====== Initial Setup ====== | ====== Initial Setup ====== | ||
| Line 136: | Line 137: | ||
| ====== Settings ====== | ====== Settings ====== | ||
| - | |||
| - | ===== Plugins ===== | ||
| - | |||
| - | * https:// | ||
| ===== Template Style Settings ===== | ===== Template Style Settings ===== | ||
| Line 152: | Line 149: | ||
| * Do after initial setup | * Do after initial setup | ||
| - | sudo -e '/ | + | sudo -e '/ |
| ===== URL Rewrite ===== | ===== URL Rewrite ===== | ||
| Line 164: | Line 161: | ||
| * This prevents -- from becoming a – (long hyphen), which breaks some command' | * This prevents -- from becoming a – (long hyphen), which breaks some command' | ||
| - | echo ' | + | echo ' |
| ====== Scripts ====== | ====== Scripts ====== | ||
| Line 198: | Line 195: | ||
| # End</ | # End</ | ||
| - | | + | ==== Execute ==== |
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | |||
| + | exit | ||
| ====== Services ====== | ====== Services ====== | ||
| Line 248: | Line 251: | ||
| ===== Backup ===== | ===== Backup ===== | ||
| - | |||
| - | * TODO: NAS mount | ||
| ==== Service ==== | ==== Service ==== | ||
| Line 393: | Line 394: | ||
| git -C '/ | git -C '/ | ||
| + | |||
| + | exit | ||
| + | |||
| + | ===== Indexer ===== | ||
| + | |||
| + | sudo su ' | ||
| + | |||
| + | cd '/ | ||
| exit | exit | ||
/usr/local/www/wiki/data/attic/servers/linux/nginx/dokuwiki.1767253603.txt.gz · Last modified: by Sean Rhone
