Skip to content

Commit 175f896

Browse files
committed
load conf files in app directory
1 parent 257013e commit 175f896

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

default.conf

+3
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ server {
4747
access_log off;
4848
}
4949

50+
# Load app-specific nginx configuration files
51+
include /var/www/html/*.conf;
52+
5053
}

nginx.conf

Whitespace-only changes.

0 commit comments

Comments
 (0)