You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-15 00:05:11 +02: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;'
|