Skip to content

Commit

Permalink
Merge pull request #20 from yanosea/19-fix-nginx-config
Browse files Browse the repository at this point in the history
🐞fix: fix nginx config
  • Loading branch information
yanosea authored Mar 31, 2024
2 parents af16ee1 + 94598e9 commit ffad443
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FRONT_SERVER_NAME=
FRONT_CONTAINER_NAME=
FRONT_SSL_PATH=
FRONT_SSL_CRT_FILE_NAME=
FRONT_SSL_INTERMEDIATE_FILE_NAME=
FRONT_SSL_PRIVATE_KEY_FILE_NAME=
BACK_PORT=
BACK_CONTAINER_NAME=
Expand Down
1 change: 0 additions & 1 deletion front/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ server {
server_name ${SERVER_NAME};

ssl_certificate /etc/nginx/ssl/${FRONT_SSL_CRT_FILE_NAME};
ssl_trusted_certificate /etc/nginx/ssl/${FRONT_SSL_INTERMEDIATE_FILE_NAME};
ssl_certificate_key /etc/nginx/ssl/${FRONT_SSL_PRIVATE_KEY_FILE_NAME};

root /usr/share/nginx/html;
Expand Down

0 comments on commit ffad443

Please sign in to comment.