Skip to content

Commit

Permalink
feat: add support for additional nginx configuration
Browse files Browse the repository at this point in the history
- added suport for additional configuration files via /var/config/nginx/conf.d directory

Signed-off-by: Stephan <[email protected]>
  • Loading branch information
steled authored Dec 20, 2024
1 parent 30274e8 commit 8169228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ http {
root /web/dist;
}

include /var/config/nginx/conf.d/*.conf;

}
}

0 comments on commit 8169228

Please sign in to comment.