mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Updated Server installation (markdown)
parent
fb9ce186eb
commit
d13d26145f
@ -24,4 +24,15 @@ export TRILIUM_DATA_DIR=/home/myuser/data/my-trilium-data
|
||||
|
||||
## Reverse proxy setup
|
||||
|
||||
# nginx
|
||||
### nginx
|
||||
|
||||
```
|
||||
location /trilium/{
|
||||
proxy_pass http://127.0.0.1:8080/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user