Initial commit
This commit is contained in:
16
nginx.conf
Normal file
16
nginx.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
# iCalendar MIME-Type
|
||||
types {
|
||||
text/calendar ics;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /data;
|
||||
autoindex off;
|
||||
|
||||
add_header Cache-Control "public, max-age=300";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user