We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 842bf55 + cb214c6 commit 0e899eeCopy full SHA for 0e899ee
install/tpl/nginx_apps.vhost.master
@@ -12,7 +12,7 @@ server {
12
}
13
14
# serve static files directly
15
- location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt)$ {
+ location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt)$ {
16
access_log off;
17
18
install/tpl/nginx_ispconfig.vhost.master
@@ -19,7 +19,7 @@ server {
19
20
21
22
23
24
25
0 commit comments