Skip to content

Commit 502caa5

Browse files
committed
Add missing semicolon
1 parent cae45d1 commit 502caa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lemp-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ service php7.4-fpm stop
6565

6666
# defaults for web
6767
cat > /etc/nginx/snippets/php_defaults <<END
68-
index index.php index.html
68+
index index.php index.html;
6969
7070
location / {
7171
# This is cool because no php is touched for static content

0 commit comments

Comments
 (0)