mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +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;'
|