mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-07-04 08:57:37 +00:00
Change provider from npm to nginx
This commit is contained in:
13
custom/nginx/default.conf
Normal file
13
custom/nginx/default.conf
Normal file
@ -0,0 +1,13 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html
|
||||
error_page 404 /404.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri.html $uri/ =404;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user