Move nginx to root directory
This commit is contained in:
parent
cf2ab5f5f7
commit
2139ee85e7
53 changed files with 666 additions and 1733 deletions
6
rootfs/etc/nginx/nginx.conf
Normal file
6
rootfs/etc/nginx/nginx.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# A very simple nginx configuration file that forces nginx to start.
|
||||
pid /run/nginx.pid;
|
||||
|
||||
events {}
|
||||
http {}
|
||||
daemon off;
|
||||
Loading…
Add table
Add a link
Reference in a new issue