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