nginx.conf 79 B

123
  1. location /callback {
  2. rewrite ^(.*)$ /callback/index.php?s=$1 last; break;
  3. }