1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00

Update nginx.conf

This commit is contained in:
Limezy 2024-02-21 00:19:46 +07:00
parent a853eb6f00
commit 80d4abc847

View file

@ -25,7 +25,7 @@ location __PATH__/ {
access_log off;
}
location /api/version {
location ~ ^/api/version {
rewrite ^/api/version$ /api/version.json;
}