-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTPS support for higher environments (#22)
* Initial install of nginx * Specify nginx version to install * Change nginx.conf COPY * Add nginx-common * Move nginx copy command to after installation * Update SSL certificate locations, add ufw * Add iptables * Fix build pipeline for first-run images * Only build one platform as part of the build CI * Move ufw to tna-run * Revert "Move ufw to tna-run" This reverts commit 23b95f8. * Update CI step names * Change nginx.conf location * Add timeouts and names * Update nginx.conf * Update linting rules, test nginx config * Disable http2 * Update permissions of key.pem * Disable pid * Remove nginx config * Fix small issues * Allow SSL file locations to be changed * Update CHANGELOG.md * Update CHANGELOG.md * Don't chmod the SSL files * Update curl and libcurl * Change default nvm in dev * Don't check key permissions * Add ALLOW_INSECURE env var
- Loading branch information
Showing
13 changed files
with
222 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ runs: | |
- uses: hadolint/[email protected] | ||
with: | ||
dockerfile: ${{ inputs.dockerfile-location }}/Dockerfile | ||
ignore: SC1091,${{ inputs.ignore-linting-rules }} | ||
ignore: ${{ inputs.ignore-linting-rules }} | ||
|
||
- name: ShellCheck | ||
run: | | ||
cd ${{ inputs.dockerfile-location }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.