| Adam Tengler | 27b90b7 | 2016-01-26 14:42:21 +0100 | [diff] [blame] | 1 | |
| 2 | nginx: | ||||
| 3 | server: | ||||
| 4 | enabled: true | ||||
| 5 | extras: false | ||||
| 6 | bind: | ||||
| 7 | address: 127.0.0.1 | ||||
| 8 | protocol: tcp | ||||
| 9 | site: | ||||
| 10 | nginx_static_site01: | ||||
| 11 | enabled: true | ||||
| 12 | type: nginx_static | ||||
| 13 | name: site01 | ||||
| 14 | host: | ||||
| 15 | name: cloudlab.domain.com | ||||
| 16 | port: 80 | ||||
| 17 | |||||