nginx: add missing include into template
This commit is contained in:
parent
251bb81d40
commit
526598c63a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# For details see: https://openwrt.org/docs/guide-user/services/webserver/nginx
|
||||
|
||||
worker_processes auto;
|
||||
include module.d/*.module;
|
||||
|
||||
user root;
|
||||
|
||||
|
|
Loading…
Reference in a new issue