Skip to content
Snippets Groups Projects
Verified Commit a492544e authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

dbscripts: minor nginx template cleanup

- remove NOOP "satisfy: any" directive
- replace a couple of tabs with spaces
parent a144aa45
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,6 @@ server {
ssl_certificate_key /etc/letsencrypt/live/{{ repos_domain }}/privkey.pem;
ssl_trusted_certificate /etc/letsencrypt/live/{{ repos_domain }}/chain.pem;
satisfy any;
access_log /var/log/nginx/{{ repos_domain }}/access.log reduced;
access_log /var/log/nginx/{{ repos_domain }}/access.log.json json_reduced;
......@@ -50,7 +48,7 @@ server {
# Authentication to archweb
proxy_pass https://archlinux.org;
proxy_ssl_verify on;
proxy_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
proxy_ssl_verify on;
proxy_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment