mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 22:41:30 +01:00
11 lines
178 B
Puppet
11 lines
178 B
Puppet
include nginx
|
|
|
|
nginx::resource::upstream { 'proxypass':
|
|
ensure => present,
|
|
members => [
|
|
'localhost:3000',
|
|
'localhost:3001',
|
|
'localhost:3002',
|
|
],
|
|
}
|