10 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
| 127.0.0.1 {
 | |
| 	route /static/* {
 | |
| 	    uri strip_prefix /static
 | |
| 	    file_server {
 | |
| 	        root ./static
 | |
| 	    }
 | |
| 	}
 | |
| 
 | |
| 	reverse_proxy 127.0.0.1:5842
 | |
| }
 |