Skip to content

Commit

Permalink
[Desarrollo] Cambio en configuración de Nginx
Browse files Browse the repository at this point in the history
Realizando cambios en la configuración de Nginx para el correcto mapeo de la URI de redirección al realizar el login con GItHub.
  • Loading branch information
Pabalvcar committed Dec 12, 2022
1 parent 461c15c commit a974081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host 127.0.0.1:8000;
}

location /static {
Expand Down

0 comments on commit a974081

Please sign in to comment.