We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c3612 commit e7e8f81Copy full SHA for e7e8f81
alpine.fpm_nginx.slim.Dockerfile
@@ -123,8 +123,8 @@ RUN apk --no-cache add \
123
echo ' index index.php index.html;'; \
124
echo ' '; \
125
echo ' location / {'; \
126
- echo ' try_files $uri $uri/ =404;'; \
127
- echo ' #try_files $uri $uri/ /index.php?$query_string;'; \
+ echo ' #try_files $uri $uri/ =404;'; \
+ echo ' try_files $uri $uri/ /index.php?$query_string;'; \
128
echo ' }'; \
129
130
echo ' # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000'; \
0 commit comments