diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-07 12:53:45 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-07 12:54:35 +0300 |
commit | 1123c543bdd438ad40428e7814325a53c819cee2 (patch) | |
tree | b0239829e4291f1ee9ac98ddfabbc1aaa580c67d | |
parent | bb4e6f60207e6261d47d7983a3d3f09fb992ca0c (diff) | |
download | sproxy2-1123c543bdd438ad40428e7814325a53c819cee2.tar.gz |
Fix comment
-rw-r--r-- | sproxy.example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sproxy.example.yml b/sproxy.example.yml index 0259dfc..87b1f59 100644 --- a/sproxy.example.yml +++ b/sproxy.example.yml @@ -99,7 +99,7 @@ ssl_key: /path/key.pem # and existing data in the internal database. # Useful for development or some simple deployments. # Cannot be used with the `database` option. -# For example see the datafile.yml.example +# For example see the datafile.example.yml # # datafile: /path/data.yml |