mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +00:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
|
|
|
|
nginx -g 'daemon off;'
|