mirror of
https://github.com/elyby/accounts.git
synced 2024-10-30 23:43:00 +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;'
|