Removed trilium and changed root on dittmar.dev
This commit is contained in:
Regular → Executable
+1
-8
@@ -25,7 +25,7 @@ server {
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html/cv-page;
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
|
||||
@@ -53,13 +53,6 @@ server {
|
||||
proxy_pass http://sandbox:3000/;
|
||||
}
|
||||
|
||||
location /trilium {
|
||||
return 302 /trilium/;
|
||||
}
|
||||
location /trilium/ {
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://trilium:8080/;
|
||||
}
|
||||
location /panorama {
|
||||
root /usr/share/nginx/html/lobby-web;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user