mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-19 19:10:25 +02:00
Merge pull request #168 from tiangolo/fix-nginx-certbot
Fix Nginx entrypoint
This commit is contained in:
commit
c72b4d92ab
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [[ -z ENABLE_CERTBOT || -f /certs/cert.pem ]]
|
||||
if [[ -z $ENABLE_CERTBOT || -f /certs/cert.pem ]]
|
||||
then
|
||||
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user