Small deployment fixes

This commit is contained in:
Eduardo Silva
2024-02-15 22:20:44 -03:00
parent 8bd6f1d6bb
commit 91502f6cc5
6 changed files with 50 additions and 23 deletions

View File

@@ -9,8 +9,8 @@ server {
ssl_certificate_key /certificate/nginx.key;
# if you are using cloudflare, you can use this enable authenticated origin pull. Dont forget to activate it in cloudflare
ssl_client_certificate /certificate/cloudflare_authenticated_origin_pull_ca.pem;
ssl_verify_client on;
#ssl_client_certificate /certificate/cloudflare_authenticated_origin_pull_ca.pem;
#ssl_verify_client on;
location /static/ {
alias /static/;