Skip to content

Commit

Permalink
Merge branch 'develop' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed Aug 25, 2021
2 parents 3890960 + bc22b97 commit 268b613
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .docker/os2web/apache/000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

# Enable HTTPS if reverve proxy is using HTTPS
SetEnvIf X-Forwarded-Proto https HTTPS=on

php_admin_value open_basedir /opt/drupal:/usr/share/php
php_value include_path .:/opt/drupal

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"os2web/os2web_news": "dev-master",
"os2web/os2web_pagebuilder": "dev-master",
"os2web/os2web_person_information": "dev-master",
"os2web/os2web_rest_api": "^0.0.1",
"os2web/os2web_search": "dev-master",
"os2web/os2web_spotbox": "dev-master",
"vlucas/phpdotenv": "^4.0",
Expand Down
88 changes: 87 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 268b613

Please sign in to comment.