Skip to content

Commit de34f8e

Browse files
committed
Fix nginx template config env variable for nginx-serve
1 parent 8894f3c commit de34f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-serve/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server {
1212
application/xml+rss text/javascript;
1313

1414
location / {
15-
alias $DESTINATION_DIRECTORY;
15+
alias $APPLY_CONFIG__DESTINATION_DIRECTORY;
1616
try_files $uri /index.html;
1717
}
1818
}

0 commit comments

Comments
 (0)