mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
fix
This commit is contained in:
parent
7ae7538fae
commit
269aa7dcf8
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
proxy_pass http://127.0.0.1:__PORT__/;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
|
|
|
@ -15,4 +15,4 @@ SHELLINABOX_GROUP=__APP__
|
||||||
#
|
#
|
||||||
# Beeps are disabled because of reports of the VLC plugin crashing
|
# Beeps are disabled because of reports of the VLC plugin crashing
|
||||||
# Firefox on Linux/x86_64.
|
# Firefox on Linux/x86_64.
|
||||||
SHELLINABOX_ARGS="--no-beep --localhost-only --disable-ssl –cert-fd=fd"
|
SHELLINABOX_ARGS="--no-beep --localhost-only --disable-ssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue