first commit
This commit is contained in:
commit
3bfbd3f7f9
10 changed files with 329 additions and 0 deletions
19
defaults/main.yml
Normal file
19
defaults/main.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
# defaults file for nginx
|
||||
# homepage:
|
||||
# name: homepage
|
||||
# domains:
|
||||
# - homepage.intern.example.com
|
||||
# certificate: intern.example.com
|
||||
# locations:
|
||||
# Add Multiple locations
|
||||
# Add a comment above every location block
|
||||
# - comments:
|
||||
# location_name:
|
||||
# protocol: http
|
||||
# ip: 127.0.0.1
|
||||
# port: 8080
|
||||
# path:
|
||||
# websocket: true
|
||||
# Add additional nginx settingss
|
||||
# extra_settings:
|
Loading…
Add table
Add a link
Reference in a new issue