1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/petrolette_ynh.git synced 2024-09-03 19:56:26 +02:00
petrolette_ynh/conf/nginx.conf

6 lines
131 B
Nginx Configuration File
Raw Normal View History

2021-04-06 15:48:32 +02:00
location / {
proxy_pass http://localhost:__PORT__/;
proxy_set_header Host $host;
proxy_buffering off;
}