Update nginx.conf
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
@@ -30,4 +30,5 @@ location ^~ /
|
|
30 |
{
|
31 |
add_header Cache-Control no-cache;
|
32 |
}
|
|
|
33 |
}
|
|
|
30 |
{
|
31 |
add_header Cache-Control no-cache;
|
32 |
}
|
33 |
+
}
|
34 |
}
|