Skip to content

Commit

Permalink
update production nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jan 24, 2024
1 parent 993d482 commit a066c4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deployment/nginx-app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ server {
ssl_certificate /etc/letsencrypt/live/job-manager.hbpneuromorphic.eu/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/job-manager.hbpneuromorphic.eu/privkey.pem;

root /usr/share/nginx/html;
index index.html;

server_name job-manager.hbpneuromorphic.eu;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
}

0 comments on commit a066c4d

Please sign in to comment.