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