Skip to content

Commit e6cff4d

Browse files
Update Web Server Type (#584)
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.
1 parent 95e4c53 commit e6cff4d

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)