Compare commits

..

No commits in common. "6797f6597114bf9cc5e49c4f78ed3243816332ba" and "39fec47f876d6364926b99f8411761a44ab49888" have entirely different histories.

2 changed files with 2 additions and 8 deletions
roles
grafana/templates
influxdb/templates

View file

@ -7,9 +7,7 @@ server {
ssl_certificate_key /etc/letsencrypt/live/{{ dns_name }}/privkey.pem;
location / {
proxy_pass http://127.0.0.1:3000;
proxy_pass http://localhost:3000;
proxy_set_header Host $host;
proxy_max_temp_file_size 0;
}
}

View file

@ -6,11 +6,7 @@ server {
ssl_certificate /etc/letsencrypt/live/{{ dns_name }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ dns_name }}/privkey.pem;
client_body_buffer_size 10M;
location / {
proxy_pass http://127.0.0.1:8087;
proxy_max_temp_file_size 0;
proxy_pass http://localhost:8087;
}
}