servers:windows:freenginx_php_php-cgi
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
servers:windows:freenginx_php_php-cgi [2025/01/08 06:11] – created 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 ===== | ||
- | * :!: '' | + | * :!: '' |
notepad " | notepad " | ||
Line 139: | Line 150: | ||
include C:/ | include C:/ | ||
include C:/ | include C:/ | ||
- | include C:/nginx-1.27.3/ | + | include C:/freenginx-1.27.4/ |
default_type application/ | default_type application/ | ||
Line 156: | Line 167: | ||
gzip_comp_level 9; | gzip_comp_level 9; | ||
gzip_types *; | gzip_types *; | ||
- | }</ | + | } |
+ | |||
+ | # End</ | ||
==== CSP Headers ==== | ==== CSP Headers ==== | ||
Line 200: | Line 213: | ||
====== Batch Files ====== | ====== Batch Files ====== | ||
- | MKDIR " | + | MKDIR " |
- | explorer " | + | explorer " |
===== Start ===== | ===== Start ===== | ||
- | notepad " | + | notepad " |
< | < | ||
CD " | CD " | ||
- | " | + | " |
- | " | + | :: End</ |
==== Autostart ==== | ==== Autostart ==== | ||
Line 218: | Line 231: | ||
explorer " | explorer " | ||
- | " | + | " |
freenginx | freenginx | ||
Line 224: | Line 237: | ||
===== Stop ===== | ===== Stop ===== | ||
- | notepad " | + | notepad " |
< | < | ||
CD " | CD " | ||
- | " | + | " |
- | " | + | :: End</ |
===== Reload ===== | ===== Reload ===== | ||
- | notepad " | + | notepad " |
< | < | ||
CD " | CD " | ||
" | " | ||
- | " | + | " |
- | " | + | :: End</ |
====== TODOs ====== | ====== TODOs ====== |
C:/www/wiki/data/attic/servers/windows/freenginx_php_php-cgi.1736334701.txt.gz · Last modified: by Sean Rhone