garage_ynh/conf/nginx.conf

6 lines
159 B
Nginx Configuration File
Raw Permalink Normal View History

2022-07-30 12:02:57 +00: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 16:55:53 +00:00
}