fix: nginx config

This commit is contained in:
Pitu 2020-05-11 01:07:44 +09:00
parent 496477ebda
commit e0c35a7d74
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ server {
client_max_body_size 90M;
client_body_timeout 600s;
location /api {
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;