# nginx configuration
location / {
if (!-e $request_filename){
rewrite ^/(.*)/(.*)?$ /?cd=$1 break;
}
}
Created
May 28, 2016 08:37
-
-
Save quangbahoa/b5dfb891d29ab4ec0920980084a01998 to your computer and use it in GitHub Desktop.
Nginx conver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment