simple run nginx over php 8
run php8 first php-cgi.exe -b 127.0.0.1:9999 config for nginx.conf http { include mime.types; default_type application/octet-stream; server { listen …
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
run php8 first php-cgi.exe -b 127.0.0.1:9999 config for nginx.conf http { include mime.types; default_type application/octet-stream; server { listen …