Skip to content

Commit 2d1cd64

Browse files
Update README.md
#10
1 parent f8f23fa commit 2d1cd64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ server {
212212

213213
location / {
214214
# Replace with the IP address and port number of your Docker container.
215-
proxy_pass http://127.0.0.1:80;
215+
proxy_pass https://127.0.0.1:443;
216216
proxy_set_header Host $host;
217217
proxy_set_header X-Real-IP $remote_addr;
218218

0 commit comments

Comments
 (0)