mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-05-05 07:07:45 +02:00
2edc4ff67a
Some of these states were built entirely around a single-server approach (Prometheus + monitoring being on the same server as the site), and the files have needed modifications to work with a separate monitoring server. This updates the states so that it should all happen as expected in all types of environments.
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
ssl_cert_path: /etc/letsencrypt/live/tildes.net/fullchain.pem
|
|
ssl_private_key_path: /etc/letsencrypt/live/tildes.net/privkey.pem
|
|
hsts_max_age: 60
|
|
nginx_worker_processes: auto
|
|
postgresql_version: 9.6
|
|
site_hostname: tildes.net
|