JoungKyun Kim
JoungKyun Kim
synchronized the korean resource file with the english version
## Environment * nginx 1.12.2 * nginx-auth-ldap : 42d195d * fancyindex: https://github.com/aperezdc/ngx-fancyindex 0.4.2 ## Configuration ```nginx ldap_server ldap.domain.com { url ldaps://ldap.domain.com/OU=People,DC=domain,DC=com?uid?sub?(objectClass=posixAccount); binddn "uid=ssomanager,ou=admin,dc=domain,dc=com"; binddn_passwd acblfebadiced@T; group_attribute uniquemember; group_attribute_is_dn on; require...
apply apache mod_negotitation module for browser accept-languages.
Currently, template directories are found in the order listed in the Language option in validator.conf. Enhanced patches no longer use the Language option. By referring to the Accept-Languages header value...
This PR is for Korean users. These files were written in utf-8.
**OS:** CentOS 6.9 **Nginx info:** - 1.12.0 - build with dynamic module - /usr/lib64/nginx/ngx_http_stream_server_traffic_status_module.so - /usr/lib64/nginx/ngx_stream_server_traffic_status_module.so `--add-dynamic-module=nginx-module-sts-0.1.0 --add-dynamic-module=nginx-module-stream-sts-0.1.0` - order of load module - check 3 case and get same...
* Add API option to get all the encodings confidence #96 * make code more straightforward by treating the self.done = True as a real finish point of the analysis...
From python chardet 3.x, it support the name of detectd language. ```python usock = urlopen(url) detector = UniversalDetector() detector.reset () for line in usock.readlines(): detector.feed(line) if detector.done: break detector.close() usock.close()...