You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,9 @@ It will enable Xdebug on the Apache container. See also: [Use Xdebug with PhpSto
136
136
137
137
### SSL support
138
138
139
-
Open your `.env` file in your favorite editor, set the variable `NGINX_ENABLE_SSL=1` and run `make kickoff`.
139
+
Open your `.env` file in your favorite editor, set the variable `REVERSE_PROXY_ENABLE_SSL=1` and run `make kickoff`.
140
140
141
-
It will enable SSL on the NGINX container. Make sure that you have defined the correct path to your certifications in `NGINX_CERTS_PATH`!
141
+
It will enable SSL on the reverse proxy container. Make sure that you have defined the correct path to your certifications in `REVERSE_PROXY_CERTS_PATH`!
142
142
143
143
You will find more information on how to make SSL work here: https://github.com/jwilder/nginx-proxy#ssl-support
144
144
@@ -178,7 +178,7 @@ Yep, this seems to be a current limitation of Docker on MacOS (see [#8076](https
178
178
179
179
**Xdebug is not working on MacOS**
180
180
181
-
Add the `xdebug.idekey` variable with your corresponding value in the `ext-xdebug.ini` file. You might also have to update the `xdebug.remote_host` variable's value with the IP address of your container (`docker inspect YOUR_APACHE_CONTAINER_NAME`).
181
+
Add the `xdebug.idekey` variable with your corresponding value in the `ext-xdebug.ini` file located in the `apache/conf.d` directory. You might also have to update the `xdebug.remote_host` variable's value with the IP address of your container (`docker inspect YOUR_APACHE_CONTAINER_NAME`).
0 commit comments