servers:windows:nginx:wordpress
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:windows:nginx:wordpress [2025/02/16 17:00] – Sean Rhone | servers:windows:nginx:wordpress [2025/06/14 21:10] (current) – [Prerequisites] Sean Rhone | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[windows:11_ltsc|Windows 11]] | + | * [[windows; |
* [[servers; | * [[servers; | ||
* [[servers; | * [[servers; | ||
+ | * [[programs; | ||
+ | * [[servers; | ||
====== Dependencies ====== | ====== Dependencies ====== | ||
Line 15: | Line 17: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | |||
- | ===== Git ===== | ||
- | |||
- | * https:// | ||
- | * Last tested: '' | ||
- | |||
- | * Git from the command line and also from 3rd-party software | ||
- | |||
- | ===== MariaDB Server ===== | ||
- | |||
- | * https:// | ||
- | * Last tested: '' | ||
- | |||
- | * No Development components or Third party tools | ||
- | * Use UTF8 as default server' | ||
- | * [x] Enable Networking | ||
====== Download Source ====== | ====== Download Source ====== | ||
Line 37: | Line 23: | ||
" | " | ||
- | |||
- | " | ||
====== Database ====== | ====== Database ====== | ||
- | " | + | " |
CREATE DATABASE wordpress; | CREATE DATABASE wordpress; | ||
Line 89: | Line 73: | ||
===== PHP-CGI ===== | ===== PHP-CGI ===== | ||
- | |||
- | * :!: '' | ||
" | " | ||
< | < | ||
- | # PHP-CGI | ||
location ~ \.(php)(/ | location ~ \.(php)(/ | ||
fastcgi_split_path_info ^(.+\.(?: | fastcgi_split_path_info ^(.+\.(?: | ||
fastcgi_intercept_errors " | fastcgi_intercept_errors " | ||
fastcgi_index " | fastcgi_index " | ||
- | include " | + | include "C:/www/ |
fastcgi_param " | fastcgi_param " | ||
fastcgi_param " | fastcgi_param " | ||
fastcgi_param " | fastcgi_param " | ||
fastcgi_pass " | fastcgi_pass " | ||
+ | } | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== Themes Deny ===== | ||
+ | |||
+ | * https:// | ||
+ | * Deny all except '' | ||
+ | |||
+ | " | ||
+ | |||
+ | < | ||
+ | location ~ / | ||
+ | deny all; | ||
} | } | ||
Line 123: | Line 118: | ||
include C:/ | include C:/ | ||
include C:/ | include C:/ | ||
+ | include C:/ | ||
client_max_body_size " | client_max_body_size " | ||
Line 137: | Line 133: | ||
rewrite /wp-admin$ $scheme:// | rewrite /wp-admin$ $scheme:// | ||
- | location ~* ^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ { | ||
- | access_log off; log_not_found off; expires max; | ||
- | } | ||
} | } | ||
Line 147: | Line 140: | ||
====== Scripts ====== | ====== Scripts ====== | ||
+ | |||
+ | **** | ||
MKDIR " | MKDIR " | ||
- | |||
- | " | ||
===== PHP-CGI ===== | ===== PHP-CGI ===== | ||
Line 168: | Line 161: | ||
===== Update ===== | ===== Update ===== | ||
- | | + | |
- | + | ||
- | | + | |
< | < | ||
Line 188: | Line 179: | ||
===== Desktop ===== | ===== Desktop ===== | ||
+ | |||
+ | ==== Update ==== | ||
" | " | ||
Line 194: | Line 187: | ||
===== Autostart ===== | ===== Autostart ===== | ||
+ | |||
+ | ==== CGI ==== | ||
" | " | ||
Line 200: | Line 195: | ||
Blog PHP-CGI | Blog PHP-CGI | ||
+ | |||
+ | ====== Task Scheduler ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | taskschd.msc | ||
+ | |||
+ | ===== Update ===== | ||
+ | |||
+ | * '' | ||
+ | |||
+ | Blog Update | ||
+ | |||
+ | " | ||
====== Initial Setup ====== | ====== Initial Setup ====== | ||
Line 213: | Line 222: | ||
* Add around line 90 ((convenient '' | * Add around line 90 ((convenient '' | ||
- | notepad " | + | |
< | < | ||
+ | |||
+ | ====== Files ====== | ||
+ | |||
+ | ===== Backup ===== | ||
+ | |||
+ | **** | ||
+ | |||
+ | " | ||
+ | |||
+ | ====== Database ====== | ||
+ | |||
+ | ===== Backup ===== | ||
+ | |||
+ | **** | ||
+ | |||
+ | CD " | ||
+ | |||
+ | ===== Restore ===== | ||
+ | |||
+ | * [[# | ||
+ | |||
+ | " | ||
+ | |||
+ | " | ||
+ | |||
+ | ====== Quick Commands ====== | ||
+ | |||
+ | ===== Scripts ===== | ||
+ | |||
+ | **** | ||
+ | |||
+ | " | ||
+ | |||
+ | ===== Bookmarks ===== | ||
+ | |||
+ | * https:// | ||
C:/www/wiki/data/attic/servers/windows/nginx/wordpress.1739743256.txt.gz · Last modified: by Sean Rhone