Added dittmar.dev/sandbox/

This commit is contained in:
2024-10-31 02:34:52 +01:00
parent 35b6616e74
commit dabe5cb19b
+12
View File
@@ -38,6 +38,18 @@ server {
proxy_pass http://10.222.0.2:80/; proxy_pass http://10.222.0.2:80/;
} }
location /sandbox {
return 302 /sandbox/;
}
location /sandbox/ {
client_max_body_size 512m;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://sandbox:3000/;
}
location /trilium { location /trilium {
return 302 /trilium/; return 302 /trilium/;
} }