Kekkai/nginx/docs/nginx.conf

5 lines
92 B
Nginx Configuration File
Raw Normal View History

location ~ ^/(_astro|assets|docs|pagefind)/ {
root /etc/nginx/dist;
index index.html;
}