mirror of
https://github.com/lemeow125/Notes.git
synced 2025-01-18 18:33:02 +08:00
Fix Nginx config
This commit is contained in:
parent
223b4c0893
commit
8748e8e4a7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ server {
|
|||
default_type application/octet-stream;
|
||||
gzip on;
|
||||
|
||||
root /usr/share/nginx/build;
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html =404;
|
||||
|
|
Loading…
Reference in a new issue