Skip to content

Commit e7e8f81

Browse files
committed
Update alpine.fpm_nginx.slim.Dockerfile
1 parent 32c3612 commit e7e8f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alpine.fpm_nginx.slim.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ RUN apk --no-cache add \
123123
echo ' index index.php index.html;'; \
124124
echo ' '; \
125125
echo ' location / {'; \
126-
echo ' try_files $uri $uri/ =404;'; \
127-
echo ' #try_files $uri $uri/ /index.php?$query_string;'; \
126+
echo ' #try_files $uri $uri/ =404;'; \
127+
echo ' try_files $uri $uri/ /index.php?$query_string;'; \
128128
echo ' }'; \
129129
echo ' '; \
130130
echo ' # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000'; \

0 commit comments

Comments
 (0)