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
Copy file name to clipboardExpand all lines: README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,12 +190,6 @@ docker-compose up -d
190
190
191
191
### Website
192
192
193
-
All necessary changes to sites/default and sites/default/settings.php have been made, so you should remove write permissions to them now in order to avoid security risks.
194
-
195
-
```
196
-
chmod 655 ./drupal/sites/default/settings.php
197
-
```
198
-
199
193
add or remove code in the ./php-fpm/php/conf.d/security.ini file for custom php.ini configurations
200
194
201
195
Copy and paste the following code in the ./php-fpm/php-fpm.d/z-www.conf file for php-fpm configurations at 1Gb Ram Host
[This link is to complete configure Varnish](https://www.varnish-software.com/developers/tutorials/configuring-varnish-drupal/#4-configure-caching-and-purging-in-drupal)
232
+
233
+
Varnish Server Hostname: varnish
234
+
235
+
Varnish Server Port: 8080
236
+
237
+
Scheme: http
238
+
239
+
All necessary changes to sites/default and sites/default/settings.php have been made, so you should remove write permissions to them now in order to avoid security risks.
0 commit comments