1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ofbiz_ynh.git synced 2024-09-03 19:46:33 +02:00
ofbiz_ynh/conf/nginx.conf
2022-03-01 00:11:09 +01:00

9 lines
308 B
Nginx Configuration File

location YNH_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;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://127.0.0.1:8444;
proxy_redirect off;
client_max_body_size 100M;
}