I hereby claim:
- I am pikami on github.
- I am pikami (https://keybase.io/pikami) on keybase.
- I have a public key whose fingerprint is CF1F 0187 1BE3 5E40 4F8A 8B91 BC76 B6AE 1621 35E6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| try_files $uri /index.php; | |
| location ~ \.php$ { | |
| fastcgi_pass 127.0.0.1:9000; | |
| fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | |
| include fastcgi_params; | |
| } | |
| it tries to load the uri first, if it can't it uses index.php instead |
| package main | |
| import ( | |
| "context" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "net/http" | |
| "strconv" |