1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Create nginx.conf

This commit is contained in:
frju365 2017-01-29 21:50:44 +01:00 committed by GitHub
parent 08ab831d7c
commit 293811682d

10
conf/nginx.conf Normal file
View file

@ -0,0 +1,10 @@
location / {
proxy_pass http://localhost:85/;
proxy_set_header Host $host;
proxy_buffering off;
fastcgi_param REMOTE_USER $remote_user;
client_max_body_size 50M;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}