21 lines
		
	
	
	
		
			358 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			358 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
| http://127.0.0.1:8001 {
 | |
| 	route /static/* {
 | |
| 	    uri strip_prefix /static
 | |
| 	    file_server {
 | |
| 	        root ./asklyphe-auth-frontend/static
 | |
| 	    }
 | |
| 	}
 | |
| 
 | |
| 	reverse_proxy 127.0.0.1:5843
 | |
| }
 | |
| 
 | |
| http://127.0.0.1:8002 {
 | |
| 	route /static/* {
 | |
| 	    uri strip_prefix /static
 | |
| 	    file_server {
 | |
| 	        root ./asklyphe-frontend/static
 | |
| 	    }
 | |
| 	}
 | |
| 
 | |
| 	reverse_proxy 127.0.0.1:5842
 | |
| }
 |