Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Nov 27, 2020
1 parent 0137d65 commit fd38c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/log-manager/src/nginx/nginx.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ server {
limit_except GET {
deny all;
}
default_type application/octet-stream;
default_type text/plain;
limit_rate_after 1m;
limit_rate 1m;

Expand All @@ -88,7 +88,6 @@ server {
rewrite ^/~/(.*)$ $1 break;

root /usr/local/pai/logs/;
try_files $uri =404;
}
}

0 comments on commit fd38c2f

Please sign in to comment.