Skip to content

Commit

Permalink
Update ssl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 23, 2024
1 parent 6dcbc40 commit 328ecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mealie/rootfs/etc/nginx/servers/ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ssl_certificate /ssl/%%certfile%%;
ssl_certificate_key /ssl/%%keyfile%%;

error_page 497 301 =307 https://$host:$server_port$request_uri; # force ssl
error_page 497 301 =307 http://$host:$server_port$request_uri;

location / {
# Proxy pass
Expand Down

0 comments on commit 328ecd0

Please sign in to comment.