mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cp /etc/bitwarden/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||
|
nginx -g 'daemon off;'
|