This website requires JavaScript.
Explore
Help
Sign in
Redume
/
Kekkai
Watch
1
Star
0
Fork
You've already forked Kekkai
0
mirror of
https://github.com/Redume/Kekkai.git
synced
2025-03-12 19:44:39 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b1c234cb5e
Kekkai
/
nginx
/
docs
/
nginx.conf
5 lines
92 B
Nginx Configuration File
Raw
Normal View
History
Unescape
Escape
chore(nginx): Disabled static handling for _astro, assets, docs, and pagefind in Nginx
2025-03-01 22:03:07 +03:00
location
~
^/(_astro|assets|docs|pagefind)/
{
root
/etc/nginx/dist
;
index
index.html
;
}
Reference in a new issue
Copy permalink