diff options
| author | Luke Hoersten <[email protected]> | 2020-09-05 19:27:02 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-09-05 19:27:02 -0500 |
| commit | 95c0693bc586b331c4d140b9e85872159bc02988 (patch) | |
| tree | dbd6aa4dbcd08ec066eacd750b7ce34f92898308 /oragono/templates/oragono.yaml.j2 | |
| parent | c9c617dd1efa1d86a7e6e37d8244bc2af0ea8c69 (diff) | |
Moved oragono socket to more persistent location.
Diffstat (limited to 'oragono/templates/oragono.yaml.j2')
| -rw-r--r-- | oragono/templates/oragono.yaml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oragono/templates/oragono.yaml.j2 b/oragono/templates/oragono.yaml.j2 index 5344683..3619c6a 100644 --- a/oragono/templates/oragono.yaml.j2 +++ b/oragono/templates/oragono.yaml.j2 @@ -58,7 +58,7 @@ server: # proxy: false # Example of a Unix domain socket for proxying: - "/run/oragono/socket": + "/var/oragono/oragono.socket": # Example of a Tor listener: any connection that comes in on this listener will # be considered a Tor connection. It is strongly recommended that this listener |
