Working config for dashboard / prometheus / grafana
This commit is contained in:
parent
8df1cba71c
commit
c783601fa9
4 changed files with 12 additions and 7 deletions
|
@ -8,7 +8,7 @@ server {
|
|||
|
||||
include /etc/nginx/tls_params;
|
||||
ssl_certificate /var/lib/dehydrated/certs/{{ site.server_name }}/fullchain.pem;
|
||||
ssl_certificate_key /var/lib/dehydrated/certs/{{ site.server_name }}/fullkey.pem;
|
||||
ssl_certificate_key /var/lib/dehydrated/certs/{{ site.server_name }}/privkey.pem;
|
||||
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
|
@ -26,8 +26,8 @@ server {
|
|||
|
||||
# Include snippets
|
||||
{% for file in site.snippets | default([]) %}
|
||||
{% include "../../../snippets/" . file %}
|
||||
{% endif %}
|
||||
{% include "snippets/" ~ file %}
|
||||
{% endfor %}
|
||||
|
||||
# Per site configuration
|
||||
{% for line in site.config | default([]) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue