1
0
Fork 0
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:
Éric Gaspar 2023-10-22 15:44:43 +02:00
parent 822aa2eacf
commit 6a68a245a6

View file

@ -1,7 +1,7 @@
#rewrite ^__PATH__$ __PATH__/ permanent;
location = __PATH__/ {
more_set_headers Content-Type text/plain;
more_set_headers "Content-Type: text/plain";
return 200 'Syncstorage is running';
}