mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:06:34 +00:00
don't send hardware hash, calc on the api
This commit is contained in:
Vendored
-12
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user