x64architecture / wnmp

An easy Nginx, MariaDB and PHP environment for Windows.
https://wnmp.x64architecture.com
GNU General Public License v3.0
508 stars 110 forks source link

Adjust GUI restart setting #111

Closed chang-zhao closed 5 years ago

chang-zhao commented 5 years ago
  1. Restarting PHP goes OK, but restarting NGINX and MariaDB give errors. There should be 1 sec of delay added before giving commands to kill the process and to start it.

Also, I'm not sure about MariaDB, but NGINX has a command for graceful restart:

"nginx -s reload"

This should be used instead of "stop" or process killing.

  1. It would be better if the WNMP GUI window would be resizable.

Thanks :).

x64architecture commented 5 years ago

I've added it as an enhancement in https://github.com/wnmp/wnmp/commit/a1b882ac9c1e4d9842806f1de77eb95003f73abe.