pass scheme to fastcgi #70
@ -15,6 +15,7 @@ server {
 | 
				
			|||||||
        location ~ \.php$ {
 | 
					        location ~ \.php$ {
 | 
				
			||||||
                include snippets/fastcgi-php.conf;
 | 
					                include snippets/fastcgi-php.conf;
 | 
				
			||||||
                fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
 | 
					                fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
 | 
				
			||||||
 | 
					                fastcgi_param REQUEST_SCHEME $forwarded_scheme;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        location ~ /\.ht {
 | 
					        location ~ /\.ht {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user