Add port to /link location
This commit is contained in:
parent
9283227074
commit
b75f5c88d7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ ARG EMBEDDED=false
|
|||
RUN if [ "$EMBEDDED" = "true" ] ; then sed -i '/location \/ {/i \
|
||||
\ \n\
|
||||
\ location /link {\n\
|
||||
\ proxy_pass http://link;\n\
|
||||
\ proxy_pass http://link:3000;\n\
|
||||
\ proxy_set_header Host $host;\n\
|
||||
\ proxy_set_header X-Real-IP $remote_addr;\n\
|
||||
\ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue