servers:windows:nginx_php_php-cgi
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:windows:nginx_php_php-cgi [2025/05/26 04:47] – [Settings] Sean Rhone | servers:windows:nginx_php_php-cgi [2025/06/24 15:44] (current) – nginx 1.29.0 Sean Rhone | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[windows;10|Windows | + | * [[windows;11_ltsc_server|Windows |
- | + | ||
- | * 2025/05/16: Websites mentioning MariaDB 11.7 have been tested with '' | + | |
====== Install ====== | ====== Install ====== | ||
Line 16: | Line 14: | ||
* https:// | * https:// | ||
- | * Last tested: '' | + | * Last tested: '' |
- | * Extract to root system drive for '' | + | * Extract to root system drive for '' |
explorer " | explorer " | ||
Line 28: | Line 26: | ||
MKDIR " | MKDIR " | ||
- | COPY /Y " | + | COPY /Y " |
- | COPY /Y " | + | COPY /Y " |
==== Firewall ==== | ==== Firewall ==== | ||
- | " | + | " |
" | " | ||
Line 43: | Line 41: | ||
* https:// | * https:// | ||
+ | * https:// | ||
* x64 Non Thread Safe | * x64 Non Thread Safe | ||
- | * Last tested: '' | + | * Last tested: '' |
- | * Extract to root system drive for '' | + | * Extract to root system drive for '' |
* Add to user '' | * Add to user '' | ||
Line 55: | Line 54: | ||
" | " | ||
- | C:\php-8.4.7-nts-Win32-vs17-x64 | + | C:\php-8.4.9RC1-nts-Win32-vs17-x64 |
====== nginx Settings ====== | ====== nginx Settings ====== | ||
Line 68: | Line 67: | ||
MKDIR " | MKDIR " | ||
- | |||
- | explorer " | ||
===== HTTPS Redirect ===== | ===== HTTPS Redirect ===== | ||
Line 166: | Line 163: | ||
gzip_comp_level 9; | gzip_comp_level 9; | ||
gzip_types *; | gzip_types *; | ||
- | }</ | + | gzip_static always; |
+ | gunzip on; | ||
+ | } | ||
+ | |||
+ | # End</ | ||
==== CSP Headers ==== | ==== CSP Headers ==== | ||
Line 205: | Line 206: | ||
====== Scripts ====== | ====== Scripts ====== | ||
- | MKDIR " | + | **** |
- | | + | |
===== Start ===== | ===== Start ===== | ||
- | notepad " | + | |
< | < | ||
Line 218: | Line 219: | ||
:: End</ | :: End</ | ||
- | |||
- | ==== Autostart ==== | ||
- | |||
- | explorer " | ||
- | |||
- | " | ||
- | |||
- | nginx | ||
===== Stop ===== | ===== Stop ===== | ||
- | notepad " | + | |
< | < | ||
Line 236: | Line 229: | ||
:: End</ | :: End</ | ||
+ | |||
+ | " | ||
===== Reload ===== | ===== Reload ===== | ||
- | notepad " | + | |
< | < | ||
Line 247: | Line 242: | ||
:: End</ | :: End</ | ||
+ | |||
+ | " | ||
+ | |||
+ | ====== Shortcuts ====== | ||
+ | |||
+ | ===== Desktop ===== | ||
+ | |||
+ | ==== Start ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | nginx Start | ||
+ | |||
+ | ==== Stop ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | nginx Stop | ||
+ | |||
+ | ==== Autostart ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | " | ||
+ | |||
+ | nginx | ||
+ | |||
====== TODOs ====== | ====== TODOs ====== | ||
Line 257: | Line 279: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * [[https:// | ||
/srv/www/wiki/data/attic/servers/windows/nginx_php_php-cgi.1748249267.txt.gz · Last modified: by Sean Rhone