don't send hardware hash, calc on the api

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-26 16:02:09 +02:00
parent 6d28085b7e
commit 503ddc8c41
9 changed files with 32 additions and 42 deletions
-12
View File
@@ -63,18 +63,6 @@ server {
ssl_certificate /etc/letsencrypt/live/api.azaion.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/api.azaion.com/privkey.pem;
location /cdn/ {
alias /var/www/cdn.azaion.com/;
expires 3560d;
access_log_off;
log_not_found off;
gzip_static on;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}
location / {
proxy_pass http://localhost:4000; # API service running on port 4000
proxy_set_header Host \$host;