author | Luke Hoersten <luke@hoersten.org> |
Sun, 08 Jan 2023 12:57:34 -0600 | |
changeset 204 | fd38efd8f637 |
parent 201 | e209c4dc5280 |
permissions | -rw-r--r-- |
118
56bffa9ef826
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
1 |
server { |
56bffa9ef826
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
2 |
listen 6697 ssl; |
201 | 3 |
proxy_pass unix:/var/ergo/socket; |
124
870c04ac783b
Fixed proxy pass for stream.
Luke Hoersten <luke@hoersten.org>
parents:
118
diff
changeset
|
4 |
proxy_protocol on; |
118
56bffa9ef826
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
5 |
|
56bffa9ef826
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
6 |
ssl_certificate {{nginx_ssl_cert}}; |
56bffa9ef826
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
7 |
ssl_certificate_key {{nginx_ssl_privkey}}; |
56bffa9ef826
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
8 |
} |