mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2026-04-03 04:15:34 +00:00
privacy, tos and lazy loading
This commit is contained in:
9
nginx.conf
Normal file
9
nginx.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user