mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
b9c35f26a5
remove path parameter
5 lines
131 B
Nginx Configuration File
5 lines
131 B
Nginx Configuration File
location / {
|
|
proxy_pass http://localhost:__PORT__/;
|
|
proxy_set_header Host $host;
|
|
proxy_buffering off;
|
|
}
|