merge-requests/2/head
Matthew 2021-07-06 01:40:01 -04:00
parent bda8b7f8f5
commit 806cb713b0
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_pass localhost:6969;
proxy_pass http://localhost:6969;
proxy_read_timeout 90;
}
}