6 lines
No EOL
119 B
Nginx Configuration File
6 lines
No EOL
119 B
Nginx Configuration File
# A very simple nginx configuration file that forces nginx to start.
|
|
pid /run/nginx.pid;
|
|
|
|
events {}
|
|
http {}
|
|
daemon off; |