This commit is contained in:
@ -9,6 +9,7 @@ server {
|
||||
|
||||
location ~ \.txt$ {
|
||||
root /usr/share/nginx/html;
|
||||
types { }
|
||||
default_type application/octet-stream;
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user