Initial rough commit to save the code before cleanup
This commit is contained in:
12
trilium/files/nginx.conf.j2
Normal file
12
trilium/files/nginx.conf.j2
Normal file
@ -0,0 +1,12 @@
|
||||
server {
|
||||
|
||||
listen 80;
|
||||
server_name {{ http_host }};
|
||||
|
||||
location / {
|
||||
|
||||
proxy_pass http://localhost:8888;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user