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

Commit

Permalink
Merge pull request #84 from Code4Nepal/update-nginx
Browse files Browse the repository at this point in the history
Update akshara.template
  • Loading branch information
tux4 authored Oct 15, 2019
2 parents e0140fe + d840ef2 commit 77f1d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx/akshara.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ upstream elasticsearch_upstream {
server {
listen ${NGINX_PORT} default_server;
listen [::]:${NGINX_PORT} default_server;
listen 443 ssl;

server_name ${NGINX_SERVER_NAME};
ssl_certificate /etc/letsencrypt/live/sangraha.org/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/sangraha.org/privkey.pem;



# for some diagnostics
location /nginx_status {
Expand Down

0 comments on commit 77f1d7d

Please sign in to comment.