1
0
Fork 0
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:
orhtej2 2023-10-22 15:37:34 +02:00 committed by GitHub
parent 0f4d132972
commit 822aa2eacf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';
} }