Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: remove invalid references to fmtm
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 28, 2024
1 parent c38dfa5 commit 39205ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install-sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ check_existing_dotenv() {
}

prompt_user_gen_dotenv() {
heading_echo "Generate dotenv config for FMTM"
heading_echo "Generate dotenv config"

# Exit if user does not overwrite existing dotenv
if check_existing_dotenv; then
Expand Down
4 changes: 2 additions & 2 deletions nginx/templates/osm.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ server {
listen 443 ssl reuseport;
server_name ${DOMAIN};

ssl_certificate /etc/letsencrypt/live/${FMTM_DOMAIN}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/${FMTM_DOMAIN}/privkey.pem;
ssl_certificate /etc/letsencrypt/live/${DOMAIN}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/${DOMAIN}/privkey.pem;
include /etc/nginx/options-ssl-nginx.conf;
include /etc/nginx/options-security.conf;

Expand Down

0 comments on commit 39205ab

Please sign in to comment.