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/05 16:41] – Sean Rhone | servers:windows:nginx:wordpress [2025/06/14 21:10] (current) – [Prerequisites] Sean Rhone | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[windows;10_ltsc_server|Windows | + | * [[windows;11_ltsc_server|Windows |
* [[servers; | * [[servers; | ||
* [[servers; | * [[servers; | ||
Line 86: | Line 86: | ||
fastcgi_param " | fastcgi_param " | ||
fastcgi_pass " | fastcgi_pass " | ||
+ | } | ||
+ | |||
+ | # End</ | ||
+ | |||
+ | ===== Themes Deny ===== | ||
+ | |||
+ | * https:// | ||
+ | * Deny all except '' | ||
+ | |||
+ | " | ||
+ | |||
+ | < | ||
+ | location ~ / | ||
+ | deny all; | ||
} | } | ||
Line 104: | Line 118: | ||
include C:/ | include C:/ | ||
include C:/ | include C:/ | ||
+ | include C:/ | ||
client_max_body_size " | client_max_body_size " | ||
Line 118: | 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; | ||
- | } | ||
} | } | ||
/srv/www/wiki/data/attic/servers/windows/nginx/wordpress.1749156086.txt.gz · Last modified: by Sean Rhone