Skip to content

ch01_configure_nginx

Daniel Samson edited this page Mar 4, 2019 · 2 revisions
location / {
  if (!-e $request_filename){
    rewrite ^/(.*) /index.php?url=$1 break;
  }
}
Clone this wiki locally