1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

command config for server, serve unknown files

This commit is contained in:
Kyle Spearrin
2017-08-25 10:59:27 -04:00
parent 9932c3b599
commit cde50f4e6f
3 changed files with 36 additions and 7 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
dotnet /bitwarden_server/Server.dll /etc/bitwarden/core/attachments .
dotnet /bitwarden_server/Server.dll /contentRoot=/etc/bitwarden/core/attachments /webRoot=. /serveUnknown=true