mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Update nginx.conf
This commit is contained in:
parent
0f4d132972
commit
822aa2eacf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
rewrite ^__PATH__$ __PATH__/ permanent;
|
#rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
|
|
||||||
location = __PATH__/ {
|
location = __PATH__/ {
|
||||||
add_header Content-Type text/plain;
|
more_set_headers Content-Type text/plain;
|
||||||
return 200 'Syncstorage is running';
|
return 200 'Syncstorage is running';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue