mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 19:44:39 +03:00
4 lines
92 B
Nginx Configuration File
4 lines
92 B
Nginx Configuration File
location ~ ^/(_astro|assets|docs|pagefind)/ {
|
|
root /etc/nginx/dist;
|
|
index index.html;
|
|
}
|