Skip to content

Commit 377aec3

Browse files
authored
Update nginx.tmpl
1 parent 9bb17bf commit 377aec3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nginx.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ server {
354354

355355
{{ if (exists (printf "/etc/nginx/vhost.d/%s" $host)) }}
356356
include {{ printf "/etc/nginx/vhost.d/%s" $host }};
357-
{{ else if (exists "/etc/nginx/vhost.d/default") }}
358-
include /etc/nginx/vhost.d/default;
359357
{{ else }}
360358

361359
server {

0 commit comments

Comments
 (0)