mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 06:26:52 +01:00 
			
		
		
		
	update docker stuff
This commit is contained in:
		
							parent
							
								
									3090c99a62
								
							
						
					
					
						commit
						656d306e24
					
				@ -49,7 +49,7 @@ server {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    location ~ \.php$ {
 | 
					    location ~ \.php$ {
 | 
				
			||||||
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
 | 
					        fastcgi_split_path_info ^(.+\.php)(/.+)$;
 | 
				
			||||||
        fastcgi_pass unix:/var/run/php/php-fpm7.2.sock;
 | 
					        fastcgi_pass 127.0.0.1:9000;
 | 
				
			||||||
        fastcgi_index index.php;
 | 
					        fastcgi_index index.php;
 | 
				
			||||||
        include fastcgi_params;
 | 
					        include fastcgi_params;
 | 
				
			||||||
        fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M";
 | 
					        fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user