mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									51f863e1e4
								
							
						
					
					
						commit
						f3ddf18a23
					
				@ -19,7 +19,6 @@ Any file which has been downloaded by the user will have already been deleted fr
 | 
			
		||||
 | 
			
		||||
Feel free to request any features or bug fixes either in github issues or our [Discord](https://discord.gg/Cn8pWhQRxZ)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
## Features
 | 
			
		||||
@ -232,6 +231,7 @@ For those wanting to use Stirling-PDFs backend API to link with their own custom
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Login authentication
 | 
			
		||||

 | 
			
		||||
### Prerequisites: 
 | 
			
		||||
- User must have the folder ./configs volumed within docker so that it is retained during updates.
 | 
			
		||||
- Docker uses must download the security jar version by setting ``DOCKER_ENABLE_SECURITY`` to ``true`` in environment variables. 
 | 
			
		||||
@ -265,4 +265,4 @@ For API usage you must provide a header with 'X-API-Key' and the associated API
 | 
			
		||||
This is a issue caused commonly by your NGINX congifuration. The default file upload size for NGINX is 1MB, you need to add the following in your Nginx sites-available file. ``client_max_body_size SIZE;`` Where "SIZE" is 50M for example for 50MB files.
 | 
			
		||||
 | 
			
		||||
### Q3: Why is my download timing out
 | 
			
		||||
NGINX has timeout values by default so if you are running Stirling-PDF behind NGINX you may need to set a timeout value such as adding the config ``proxy_read_timeout 3600;``
 | 
			
		||||
NGINX has timeout values by default so if you are running Stirling-PDF behind NGINX you may need to set a timeout value such as adding the config ``proxy_read_timeout 3600;``
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user