Update README.md

This commit is contained in:
Julian Prieber 2022-08-12 15:12:40 +02:00 committed by GitHub
parent 079ba27b65
commit 0eeb9f3de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,8 @@ server {
server_name your.domain.name;
location / {
proxy_pass http://192.168.XXX.XXX;
# Replace with the IP address and port number of your Docker container.
proxy_pass http://127.0.0.1:80;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;