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.
1 parent 8894f3c commit de34f8eCopy full SHA for de34f8e
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