修改配置文件
This commit is contained in:
		
							parent
							
								
									ee66302549
								
							
						
					
					
						commit
						d771b54ae5
					
				| 
						 | 
					@ -1,8 +0,0 @@
 | 
				
			||||||
location / {
 | 
					 | 
				
			||||||
  index index.php index.html;
 | 
					 | 
				
			||||||
  if (!-e $request_filename) {
 | 
					 | 
				
			||||||
    rewrite ^/index.php(.*)$ /index.php?s=$1 last; #必须在前面
 | 
					 | 
				
			||||||
    rewrite ^(.*)$ /index.php?s=$1 last;
 | 
					 | 
				
			||||||
    break;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue