mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-11-04 07:17:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			128 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			128 B
		
	
	
	
		
			Text
		
	
	
	
	
	
location / {
 | 
						|
    index app.php;
 | 
						|
    try_files $uri @rewriteapp;
 | 
						|
}
 | 
						|
 | 
						|
location @rewriteapp {
 | 
						|
    rewrite ^(.*)$ /app.php/$1 last;
 | 
						|
} |