servers:windows:freenginx_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:freenginx_php_php-cgi [2025/01/08 06:14] – Sean Rhone | servers:windows:freenginx_php_php-cgi [2025/01/31 22:57] (current) – [PHP freenginx Report] Sean Rhone | ||
---|---|---|---|
Line 28: | Line 28: | ||
* 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 '' | ||
explorer " | explorer " | ||
CD " | CD " | ||
- | |||
- | === Path === | ||
- | |||
- | < | ||
- | |||
- | < | ||
====== Firewall ====== | ====== Firewall ====== | ||
Line 63: | Line 58: | ||
MKDIR " | MKDIR " | ||
- | explorer " | + | explorer " |
+ | |||
+ | ===== PHP freenginx Report ===== | ||
+ | |||
+ | * '' | ||
+ | * [[https:// | ||
+ | * TODO: Put under site-specifics instead (('' | ||
+ | |||
+ | notepad " | ||
+ | |||
+ | < | ||
===== HTTPS Redirect ===== | ===== HTTPS Redirect ===== | ||
Line 77: | Line 82: | ||
return 301 https:// | return 301 https:// | ||
- | }</ | + | } |
+ | |||
+ | # End</ | ||
===== Non-existent 404 ===== | ===== Non-existent 404 ===== | ||
Line 92: | Line 99: | ||
return " | return " | ||
- | }</ | + | } |
+ | |||
+ | # End</ | ||
===== Headers ===== | ===== Headers ===== | ||
Line 108: | Line 117: | ||
add_header Referrer-Policy " | add_header Referrer-Policy " | ||
add_header Expect-CT " | add_header Expect-CT " | ||
- | add_header Permissions-Policy " | + | add_header Permissions-Policy " |
+ | |||
+ | # End</ | ||
===== nginx ===== | ===== nginx ===== | ||
Line 156: | Line 167: | ||
gzip_comp_level 9; | gzip_comp_level 9; | ||
gzip_types *; | gzip_types *; | ||
- | }</ | + | } |
+ | |||
+ | # End</ | ||
==== CSP Headers ==== | ==== CSP Headers ==== | ||
Line 210: | Line 223: | ||
< | < | ||
CD " | CD " | ||
- | " | + | " |
- | " | + | :: End</ |
==== Autostart ==== | ==== Autostart ==== | ||
Line 228: | Line 241: | ||
< | < | ||
CD " | CD " | ||
- | " | + | " |
- | " | + | :: End</ |
===== Reload ===== | ===== Reload ===== | ||
Line 239: | Line 252: | ||
CD " | CD " | ||
" | " | ||
- | " | + | " |
- | " | + | :: End</ |
====== TODOs ====== | ====== TODOs ====== |
C:/www/wiki/data/attic/servers/windows/freenginx_php_php-cgi.1736334897.txt.gz · Last modified: by Sean Rhone