Skip to content

Commit

Permalink
Fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Nov 13, 2024
1 parent 41b171c commit 7c9f989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/onlyoffice.conf
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ server {

location ~*/_next/static/(chunks|css|media)/(.*)$ {
root /var/www/build/login/static;
try_files /$1/$2 @wrong_doceditor_chunk;
try_files /$1/$2 @wrong_login_chunk;
}
}

Expand Down

0 comments on commit 7c9f989

Please sign in to comment.