mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| location / {
 | |
|     try_files $uri @rewriteapp;
 | |
| }
 | |
| 
 | |
| location @rewriteapp {
 | |
|     rewrite ^(.*)$ /index.php$1 last;
 | |
| } |