1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/nginx-no-https/start.sh
2017-03-08 17:29:25 +01:00

6 lines
90 B
Bash
Executable File

#!/bin/sh
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
nginx -g 'daemon off;'