Closed kum1ko closed 7 years ago
Hey , it seems to not happen at my nodejs port, maybe 1connect can use my repository to figure out why. please try it here. I don't know python hope JS can be of help here.
@kum1ko seems to be fixed now.
Thanks @slomkowski
eg.
location ~ /\.ht {
deny all;
}
after formatted will look like this
**location ~ / \ .ht { deny all;
}**