mltefive / docs

https://mltefive.github.io/docs/
1 stars 0 forks source link

NGINX #16

Open 7dir opened 4 years ago

7dir commented 4 years ago
server {
  server_name www.example.com;
  rewrite ^(.+)$ http://example.com/$1 permanent;
}
7dir commented 4 years ago

https://stackoverflow.com/questions/22891148/nginx-how-to-run-a-shell-script-on-every-request