Chanzhaoyu/chatgpt-web

How to use https in your docker?

Closed this issue · 2 comments

How to switch to https mode to protect privacy? Should adding add below rows into /nginx/nginx.conf work?
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE
ssl_prefer_server_ciphers on;

Another question, I have configured a separate nginx ssl environment in ubuntu, could you please provide html source codes to work in normal nginx server but not in docker? Thank you very much!

This issue is stale because it has been open for 10 days with no activity.

This issue was closed because it has been inactive for 2 days since being marked as stale.