1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-05-02 08:46:43 +02:00 committed by Félix Piédallu
parent 51b49bbbff
commit 2e4928d9b8

View file

@ -9,10 +9,10 @@ location __PATH__/ {
proxy_buffering off;
}
# location = __PATH__/ {
# default_type text/plain;
# return 200 "This is where Standard Notes - Syncing Server is installed.";
# }
location = __PATH__/ {
default_type text/plain;
return 200 "This is where Standard Notes - Syncing Server is installed.";
}
location __PATH__/files/ {
proxy_pass http://127.0.0.1:__PORT_FILES__/;