mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
readme: add nginx file server directive
This commit is contained in:
parent
0d2067e33e
commit
d8d2cbe0f7
@ -40,6 +40,10 @@ If you use nginx as a reverse HTTP proxy, make sure to bump the default read
|
|||||||
timeout to a value higher than the IRC server PING interval. Example:
|
timeout to a value higher than the IRC server PING interval. Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
location / {
|
||||||
|
root /path/to/gamja;
|
||||||
|
}
|
||||||
|
|
||||||
location /socket {
|
location /socket {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
proxy_read_timeout 600s;
|
proxy_read_timeout 600s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user