Fixed nginx config

This commit is contained in:
Daniele Viti
2023-09-13 15:21:57 +02:00
parent 872e658606
commit c142994f55

View File

@@ -8,7 +8,7 @@ http {
server_name localhost;
location / {
root /fdroid/repo;
root /fdroid;
autoindex on;
}
}