mirror of
https://github.com/elyby/accounts.git
synced 2024-12-26 15:10:22 +05:30
5 lines
154 B
Bash
5 lines
154 B
Bash
#!/usr/bin/env bash
|
|
|
|
envsubst '$AUTHSERVER_HOST' < /etc/nginx/conf.d/account.ely.by.conf.template > /etc/nginx/conf.d/default.conf
|
|
nginx -g 'daemon off;'
|