salix/services/nginx/config.json

14 lines
219 B
JSON
Raw Normal View History

2017-11-27 14:08:18 +00:00
{
"localhost": {
"host": "localhost",
"port": 5000
},
"testSalix": {
"host": "test-salix",
"port": 80
},
"salix": {
"host": "salix",
"port": 80
}
}