0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/nginx/env.sh

5 lines
105 B
Bash
Raw Permalink Normal View History

2023-06-06 13:45:42 +00:00
#!/bin/sh
envsubst < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
exec nginx -g 'daemon off;'