Skip to content
Snippets Groups Projects
Commit d8c131c3 authored by Jacob Benz's avatar Jacob Benz
Browse files

fix typo

parent 3b132ce8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ server {
location / {
proxy_pass http://localhost:5000;
# To specififally set proxy headers seems to introduce redirect errors and at least for the current config these headers do not seem to be necessary in the first place.
# To specifically set proxy headers seems to introduce redirect errors and at least for the current config these headers do not seem to be necessary in the first place.
#proxy_set_header Host $host;
#proxy_set_header X-Real-IP $remote_addr;
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment