12 lines
		
	
	
		
			142 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			142 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
| http://event.localhost
 | |
| 
 | |
| root * /usr/src/app/
 | |
| 
 | |
| @notStatic {
 | |
|   not path /static/* /media/*
 | |
| }
 | |
| 
 | |
| reverse_proxy @notStatic django:8000
 | |
| 
 | |
| file_server
 |