Skip to content

Commit 5fda25a

Browse files
authored
Update nginx-server-configuration.md
1 parent 088532e commit 5fda25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/administration/nginx-server-configuration.md

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

0 commit comments

Comments
 (0)