lawxen

Results 7 comments of lawxen

@Apteryks I spend several hours to find what's going wrong, thanks to you advice, My mac's patch version is 2.5, After I update patch to 2.7.6, every thing works fine...

> After giving permission with the command above ( sudo chown -R $(whoami) $HOME/DoChat/ ). The output is now like shown below. > > ``` > curl -sL https://gitee.com/mirrors/dochat/raw/main/dochat.sh |...

You must use VPN if you use raw.github....... in China

yeah, this make the example code can't be executed

I add an example about how to do the test for POST(also contain where can we send the body data!) in https://github.com/gin-gonic/website/pull/223

> After reading a little more into the dark mode topic, I'm afraid that a "useful implementation" will require a little more work (and discussion). A few thoughts from me:...

# Simple way: ## First step ``` volumes: *** - ./vhost.d:/etc/nginx/vhost.d *** ``` ## Second Step: Create **file** vhost.d/domainname.com ``` return 301 https://www.domainname.com$request_uri; ``` **Done**