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