nginx.conf 69 B

12345
  1. autoindex off;
  2. location / {
  3. try_files $uri $uri/ /Tips.php?/$uri;
  4. }