garage_ynh/conf/nginx.conf
2022-07-30 14:02:57 +02:00

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;
}