Win Nguyen

Results 4 issues of Win Nguyen

I config follow (user window server, xampp): ``` $repos = array( 'DemoAuto' => array( 'branch' => 'master', 'remote' => 'origin', 'path' => 'D:\Xampp\htdocs\demo_svn\\', 'secret' => $_GET["sat"] ) ); ``` When...

I run project in window server 2008. I have completed the installation and setup git in PATH: C:\Program Files\Git\cmd;C:\Program Files\Git\cmd\bin But test in github, repsonse follow: ` Checking the environment...

I configured SSL for domain.com, it OK. (LE_SSL_DOMAIN = domain.com) but when i run www.domain.com, browser error: "Your connection is not private". So, how to configure SSL simultaneously for domain.com...

i used your config for docker and it runs great. Thanks for that. but now I have a problem when I run `certbot renew` it gives me an error. ```...