Removed trilium and changed root on dittmar.dev

This commit is contained in:
2025-01-29 08:06:49 +01:00
parent 3ea409f8ce
commit 9c35050f22
Regular → Executable
+1 -8
View File
@@ -25,7 +25,7 @@ server {
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
location / { location / {
root /usr/share/nginx/html/cv-page; root /usr/share/nginx/html;
} }
@@ -53,13 +53,6 @@ server {
proxy_pass http://sandbox:3000/; proxy_pass http://sandbox:3000/;
} }
location /trilium {
return 302 /trilium/;
}
location /trilium/ {
proxy_set_header Host $host;
proxy_pass http://trilium:8080/;
}
location /panorama { location /panorama {
root /usr/share/nginx/html/lobby-web; root /usr/share/nginx/html/lobby-web;
} }