1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

move attachments and nginx to util folder

This commit is contained in:
Kyle Spearrin
2017-08-16 00:22:52 -04:00
parent 1ef76b562f
commit 2d26b5fbbd
13 changed files with 6 additions and 6 deletions

4
util/Nginx/entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cp /etc/bitwarden/nginx/default.conf /etc/nginx/conf.d/default.conf
nginx -g 'daemon off;'