Skip to content
#

drupal

Here are 191 public repositories matching this topic...

nginxconfig.io
SorinGFS
SorinGFS commented Apr 29, 2022

Feature request

Place the access_log and error_log directives inside the main server block instead of http block.

Feature description

Disable access_log at http block:
File: /etc/nginx/nginx.conf

# ...
http {
    # ...
    access_log off;
    # ...
}
# ...

Enable per site access_log and error_log at main server block:
File: /etc/nginx/

enhancement help wanted good first issue hacktoberfest
druxt.js
Decipher
Decipher commented May 17, 2022

Druxt Office Hours

Wednesday is Druxt Office Hours, where contributors are available between 09:00-17:00 AEDT (22:00-06:00 UTC) on Discord: https://discord.druxtjs.org (#get-involved)

Topic

The Multilingual content feature has been merged to develop, which means this week will focus on the Druxt 0.19.0 release, documentation and demos of multilingual Druxt sites.

Have an issue you

documentation enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the drupal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drupal topic, visit your repo's landing page and select "manage topics."

Learn more