mirror of
				https://asciireactor.com/otho/stashapp
				synced 2025-11-04 05:48:06 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			278 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			278 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								## Start of configuration add by letsencrypt container
							 | 
						||
| 
								 | 
							
								location ^~ /.well-known/acme-challenge/ {
							 | 
						||
| 
								 | 
							
								    auth_basic off;
							 | 
						||
| 
								 | 
							
								    auth_request off;
							 | 
						||
| 
								 | 
							
								    allow all;
							 | 
						||
| 
								 | 
							
								    root /usr/share/nginx/html;
							 | 
						||
| 
								 | 
							
								    try_files $uri =404;
							 | 
						||
| 
								 | 
							
								    break;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								## End of configuration add by letsencrypt container
							 |