mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 13:21:14 +00:00
Small deployment fixes
This commit is contained in:
@@ -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/;
|
||||
|
Reference in New Issue
Block a user