feat: Add CDN generation scripts and Docker setup; include Nginx configuration
This commit is contained in:
13
cdn/nginx.conf
Normal file
13
cdn/nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
events {}
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location /data/ {
|
||||
root /var/www/html;
|
||||
autoindex on; # Enable directory listing
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user