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/06/03 15:31] – [Backup] Sean Rhone | servers:windows:nginx:wordpress [2025/06/14 21:10] (current) – [Prerequisites] Sean Rhone | ||
---|---|---|---|
Line 10: | Line 10: | ||
* [[servers; | * [[servers; | ||
* [[servers; | * [[servers; | ||
+ | * [[programs; | ||
+ | * [[servers; | ||
====== Dependencies ====== | ====== Dependencies ====== | ||
Line 15: | Line 17: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | |||
- | ===== Git ===== | ||
- | |||
- | * https:// | ||
- | * Last tested: '' | ||
- | |||
- | ===== MariaDB Server ===== | ||
- | |||
- | * https:// | ||
- | * Last tested: '' | ||
- | |||
- | * No Development components or Third party tools | ||
- | * Use UTF8 as default server' | ||
====== Download Source ====== | ====== Download Source ====== | ||
Line 37: | Line 26: | ||
====== Database ====== | ====== Database ====== | ||
- | " | + | " |
CREATE DATABASE wordpress; | CREATE DATABASE wordpress; | ||
Line 97: | Line 86: | ||
fastcgi_param " | fastcgi_param " | ||
fastcgi_pass " | fastcgi_pass " | ||
+ | } | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== Themes Deny ===== | ||
+ | |||
+ | * https:// | ||
+ | * Deny all except '' | ||
+ | |||
+ | " | ||
+ | |||
+ | < | ||
+ | location ~ / | ||
+ | deny all; | ||
} | } | ||
Line 115: | Line 118: | ||
include C:/ | include C:/ | ||
include C:/ | include C:/ | ||
+ | include C:/ | ||
client_max_body_size " | client_max_body_size " | ||
Line 129: | 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 239: | Line 240: | ||
**** | **** | ||
- | CD " | + | CD " |
===== Restore ===== | ===== Restore ===== | ||
Line 245: | Line 246: | ||
* [[# | * [[# | ||
- | " | + | " |
- | " | + | " |
====== Quick Commands ====== | ====== Quick Commands ====== |
/srv/www/wiki/data/attic/servers/windows/nginx/wordpress.1748979110.txt.gz · Last modified: by Sean Rhone