Skip to content

Commit

Permalink
Update nginx sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 26, 2020
1 parent 2fe0a6d commit 3a04d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/misskey.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ server {
proxy_http_version 1.1;
proxy_redirect off;

# If it's behind another reverse proxy or CDN, remove the following block.
# If it's behind another reverse proxy or CDN, remove the following.
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
Expand Down

0 comments on commit 3a04d3a

Please sign in to comment.