garage_ynh/conf/nginx.conf

6 lines
159 B
Nginx Configuration File
Raw Normal View History

2022-07-30 14:02:57 +02:00
location / {
proxy_pass http://localhost:__PORT_API__;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
2014-10-20 18:55:53 +02:00
}