1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/conf/nginx.conf
Bachir Soussi Chiadmi 555ed332e3 updated package for yunohost, to be tested
updated manifest
updated install and remove script  variable, multi-instance
updated nginx conf
added readme
2016-07-10 13:11:55 +02:00

6 lines
246 B
Nginx Configuration File

location YNH_EXAMPLE_PATH/ {
rewrite ^YNH_EXAMPLE_PATH$ YNH_EXAMPLE_PATH/ permanent;
proxy_pass http://YNH_EXEMPLE_DOMAIN:YNH_EXAMPLE_PORT/;
proxy_set_header Host $host;
proxy_buffering off;
}