Skip to content

Commit

Permalink
fix: disable stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Feb 13, 2025
1 parent 05f234f commit 8b73f32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docker/resources/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ http {
listen 443 ssl;
server_name diamonds.etimo.se;

ssl_certificate /etc/letsencrypt/live/diamonds.etimo.se/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/diamonds.etimo.se/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
#ssl_certificate /etc/letsencrypt/live/diamonds.etimo.se/fullchain.pem;
#ssl_certificate_key /etc/letsencrypt/live/diamonds.etimo.se/privkey.pem;
#include /etc/letsencrypt/options-ssl-nginx.conf;
#ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;

root /usr/share/nginx/html/frontend;
index index.html;
Expand Down

0 comments on commit 8b73f32

Please sign in to comment.