File size: 193 Bytes
b1cbef8
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
https://localhost:3000 {
    tls internal  # gera cert self-signed automático p/ *.localhost
    reverse_proxy * http://localhost:8080
	
	log {
		output stdout
        format json
	}
}