We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8894f3c + de34f8e commit dd0d88dCopy full SHA for dd0d88d
nginx-serve/nginx.conf.template
@@ -12,7 +12,7 @@ server {
12
application/xml+rss text/javascript;
13
14
location / {
15
- alias $DESTINATION_DIRECTORY;
+ alias $APPLY_CONFIG__DESTINATION_DIRECTORY;
16
try_files $uri /index.html;
17
}
18
0 commit comments