mirror of
https://github.com/pinry/pinry.git
synced 2026-05-06 07:26:56 +02:00
Fix: Remove root command in location / block
This commit is contained in:
@@ -35,7 +35,6 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
root /pinry/pinry-spa/dist/;
|
||||
try_files $uri $uri/ /index.html;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user