mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-28 18:19:35 +00:00
6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/sh
|
|
|
|
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
|
|
|
|
nginx -g 'daemon off;'
|