servers:linux:nginx:wordpress
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:linux:nginx:wordpress [2025/09/11 09:38] – Sean Rhone | servers:linux:nginx:wordpress [2025/10/16 23:21] (current) – [Database] Sean Rhone | ||
---|---|---|---|
Line 23: | Line 23: | ||
* https:// | * https:// | ||
- | sudo git clone --branch ' | + | sudo git clone --branch ' |
====== Database ====== | ====== Database ====== | ||
Line 35: | Line 35: | ||
GRANT ALL PRIVILEGES ON wordpress.* to ' | GRANT ALL PRIVILEGES ON wordpress.* to ' | ||
- | FLUSH PRIVILEGES; | + | FLUSH PRIVILEGES; |
- | + | ||
- | | + | |
====== nginx + PHP-FPM Configuration ====== | ====== nginx + PHP-FPM Configuration ====== | ||
Line 67: | Line 65: | ||
; General | ; General | ||
+ | php_value[log_errors] = " | ||
+ | php_value[error_reporting] = " | ||
php_value[date.timezone] = " | php_value[date.timezone] = " | ||
php_value[max_execution_time] = " | php_value[max_execution_time] = " | ||
Line 132: | Line 132: | ||
* Date Format: Y/m/d | * Date Format: Y/m/d | ||
+ | |||
+ | ===== wp-config.php ===== | ||
+ | |||
+ | * :!: WordPress set-up needs to generate this file first ((put settings in the '' | ||
+ | |||
+ | sudo -e '/ | ||
+ | |||
+ | < | ||
+ | define( ' | ||
+ | |||
+ | define( ' | ||
+ | define( ' | ||
+ | |||
+ | /* End */</ | ||
====== Services ====== | ====== Services ====== | ||
Line 273: | Line 287: | ||
Type=oneshot | Type=oneshot | ||
+ | ExecStart='/ | ||
ExecStart='/ | ExecStart='/ | ||
ExecStart='/ | ExecStart='/ | ||
Line 359: | Line 374: | ||
sudo mariadb ' | sudo mariadb ' | ||
- | ===== dos2unix | + | ===== Git Fix ===== |
- | **** | + | |
+ | | ||
+ | |||
+ | sudo su ' | ||
+ | |||
+ | rm -Rf '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
+ | |||
+ | git -C '/ | ||
- | | + | |
===== MySQL Connection ===== | ===== MySQL Connection ===== |
/srv/www/wiki/data/attic/servers/linux/nginx/wordpress.1757597935.txt.gz · Last modified: by Sean Rhone