mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-05-20 00:17:06 +00:00
4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/bash
|
|
|
|
exec /usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;" 2>&1
|