Skip to content

Commit 27880e6

Browse files
authored
Update nginx-virtual-host.md
1 parent 5fda25a commit 27880e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/administration/nginx-virtual-host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ server {
4242
root /path-to-espo; # path to espocrm root dir
4343
autoindex off;
4444
45-
location ~* ^.+.(js|css|png|jpg|svg|svgz|jpeg|gif|ico|tpl)$ {
45+
location ~* ^.+\.(js|css|png|jpg|svg|svgz|jpeg|gif|ico|tpl)$ {
4646
access_log off;
4747
expires max;
4848
}

0 commit comments

Comments
 (0)