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
add or remove code in the ```./php-fpm/php-fpm.d/z-www.conf```file for php-fpm configurations
224
+
You should make changes custom host configurations ```./php-fpm/php-fpm.d/z-www.conf```then must restart service, FPM uses php.ini syntax for its configuration file - php-fpm.conf, and pool configuration files.
217
225
218
-
Or you should make changes custom host configurations then must restart service
add and/or remove laravel site folders and files with any ftp client program in ```./laravel/webapp``` folder.
229
233
<br />You can also visit `https://example.com` to access website after starting the containers.
230
234
231
235
#### Proxy
232
236
233
237
Proxying is typically used to distribute the load among several servers, seamlessly show content from different websites, or pass requests for processing to application servers over protocols other than HTTP.
234
238
239
+
add or remove code in the ```./proxy/templates/proxy.conf.template``` file for custom proxy configurations
0 commit comments