mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Fix linter
This commit is contained in:
parent
822aa2eacf
commit
6a68a245a6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#rewrite ^__PATH__$ __PATH__/ permanent;
|
#rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
|
|
||||||
location = __PATH__/ {
|
location = __PATH__/ {
|
||||||
more_set_headers 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