Skip to content

Commit

Permalink
Merge pull request #39 from svscorp/master
Browse files Browse the repository at this point in the history
Refactoring; html folder creation added - fixes container start failure (target not found: /usr/share/nging/html)
  • Loading branch information
nickdgriffin authored Aug 7, 2017
2 parents 5f4d98d + 6794ff5 commit 8fec90c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
location /<service-name>{
proxy_pass http://<service-container>:<port>
proxy_pass http://<service-container>:<port>;
}
2 changes: 1 addition & 1 deletion resources/configuration/sites-enabled/tools-context.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ server {
proxy_redirect off;
proxy_pass http://ldap-phpadmin;
}
include /etc/nginx/sites-enabled/service-extension/*.conf;

include /etc/nginx/sites-enabled/service-extension/*.conf;
}
2 changes: 1 addition & 1 deletion resources/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

cp -R /resources/configuration/* /etc/nginx/
cp -R /resources/release_note/* /usr/share/nginx/html/
mkdir -p /usr/share/nginx/html/ && cp -R /resources/release_note/* /usr/share/nginx/html/

# Auto populate the release note page with the blueprints
/resources/scripts/reload_release_notes.sh
Expand Down

0 comments on commit 8fec90c

Please sign in to comment.