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
Tobias Ollive b9c35f26a5 fix typo
remove path parameter
2021-04-06 15:52:48 +02:00

5 lines
131 B
Nginx Configuration File

location / {
proxy_pass http://localhost:__PORT__/;
proxy_set_header Host $host;
proxy_buffering off;
}