Kaynağa Gözat

Add example

tags/v0.55.0
Fabian Schlager 6 yıl önce
ebeveyn
işleme
cfd7e670f4
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. +6
    -0
      pillar.example

+ 6
- 0
pillar.example Dosyayı Görüntüle

enable: True # Whether or not the service will be enabled/running or dead enable: True # Whether or not the service will be enabled/running or dead
opts: {} # this partially exposes parameters of service.running / service.dead opts: {} # this partially exposes parameters of service.running / service.dead


snippets: # You can use snippets to define often repeated configuration once and include it later
letsencrypt: # e.g. this can be included using "- include: 'snippets/letsencrypt.conf'"
- location ^~ /.well-known/acme-challenge/:
- proxy_pass: http://localhost:9999

server: server:
opts: {} # this partially exposes file.managed parameters as they relate to the main nginx.conf file opts: {} # this partially exposes file.managed parameters as they relate to the main nginx.conf file


- $uri - $uri
- $uri/ =404 - $uri/ =404
- test: something else - test: something else
- include 'snippets/letsencrypt.conf'


# The above outputs: # The above outputs:
# server { # server {

Yükleniyor…
İptal
Kaydet