Skip to content

Commit c74a2b0

Browse files
Update Web Server Type (#585)
DDEV supports nginx with php-fpm by default (nginx-fpm) so we need to choose "other", instead "apache" beacause choosing "apache" create a .htaccess file not used by nginx. And it could be confusing for tutorial follower. Co-authored-by: jonirouAtTalan <[email protected]>
1 parent b426f62 commit c74a2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Installation/Install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When prompted give the following answers to work with the default DDEV configura
120120
.. code-block:: bash
121121
122122
Which web server is used?
123-
> apache
123+
> other
124124
125125
Database driver?
126126
> mysqli

0 commit comments

Comments
 (0)