mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			538 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			538 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "github": {
 | 
						|
        "silent": true
 | 
						|
    },
 | 
						|
    "headers": [
 | 
						|
        {
 | 
						|
            "source": "/(.*)",
 | 
						|
            "headers": [
 | 
						|
                {
 | 
						|
                    "key": "X-Real-IP",
 | 
						|
                    "value": "$remote_addr"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "key": "X-Forwarded-For",
 | 
						|
                    "value": "$proxy_add_x_forwarded_for"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "key": "Host",
 | 
						|
                    "value": "$http_host"
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |