Skip to content

Commit 3c55e67

Browse files
authored
Create static.conf
1 parent d3668e0 commit 3c55e67

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/static.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
server {
2+
listen 80;
3+
server_name localhost;
4+
5+
location / {
6+
root /static;
7+
8+
gzip_static on;
9+
brotli_static on;
10+
11+
expires 1d;
12+
}
13+
}

0 commit comments

Comments
 (0)