uiisc/nginx.conf

3 lines
No EOL
79 B
Nginx Configuration File

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