5 lines
110 B
Text
5 lines
110 B
Text
|
|
# A very simple nginx configuration file that forces nginx to start as a daemon.
|
||
|
|
events {}
|
||
|
|
http {}
|
||
|
|
daemon on;
|