garage_ynh/conf/nginx.conf

6 lines
159 B
Nginx Configuration File

location / {
proxy_pass http://localhost:__PORT_API__;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
}