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/06/03 11:27] – PHP 8.4.8RC1 (soon) Sean Rhone | servers:windows:nginx_php_php-cgi [2025/06/24 15:44] (current) – nginx 1.29.0 Sean Rhone | ||
---|---|---|---|
Line 14: | Line 14: | ||
* https:// | * https:// | ||
- | * Last tested: '' | + | * Last tested: '' |
- | * Extract to root system drive for '' | + | * Extract to root system drive for '' |
explorer " | explorer " | ||
Line 26: | Line 26: | ||
MKDIR " | MKDIR " | ||
- | COPY /Y " | + | COPY /Y " |
- | COPY /Y " | + | COPY /Y " |
==== Firewall ==== | ==== Firewall ==== | ||
- | " | + | " |
" | " | ||
Line 43: | Line 43: | ||
* 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 54: | Line 54: | ||
" | " | ||
- | C:\php-8.4.8RC1-nts-Win32-vs17-x64 | + | C:\php-8.4.9RC1-nts-Win32-vs17-x64 |
====== nginx Settings ====== | ====== nginx Settings ====== | ||
Line 163: | 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 215: | Line 219: | ||
:: End</ | :: End</ | ||
- | |||
- | ==== Autostart ==== | ||
- | |||
- | " | ||
- | |||
- | " | ||
- | |||
- | nginx | ||
===== Stop ===== | ===== Stop ===== | ||
Line 248: | Line 244: | ||
" | " | ||
+ | |||
+ | ====== Shortcuts ====== | ||
+ | |||
+ | ===== Desktop ===== | ||
+ | |||
+ | ==== Start ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | nginx Start | ||
+ | |||
+ | ==== Stop ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | nginx Stop | ||
+ | |||
+ | ==== Autostart ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | " | ||
+ | |||
+ | nginx | ||
+ | |||
====== TODOs ====== | ====== TODOs ====== | ||
Line 258: | Line 279: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * [[https:// | ||
/srv/www/wiki/data/attic/servers/windows/nginx_php_php-cgi.1748964470.txt.gz · Last modified: by Sean Rhone