mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
fix: fix nginx conf path
This commit is contained in:
parent
d314dae648
commit
41c93e8813
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ error_log /var/log/nginx/error.log warn;
|
|||
|
||||
# Uncomment to include files with config snippets into the root context.
|
||||
# NOTE: This will be enabled by default in Alpine 3.15.
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
#include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
events {
|
||||
# The maximum number of simultaneous connections that can be opened by
|
||||
|
@ -98,5 +98,5 @@ http {
|
|||
|
||||
|
||||
# Includes virtual hosts configs.
|
||||
include /etc/nginx/http.d/*.conf;
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue