We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e740dd0 commit ff6de9eCopy full SHA for ff6de9e
.docker/os2web/apache/000-default.conf
@@ -31,7 +31,7 @@
31
32
php_value session.save_path /opt/drupal/sessions
33
php_admin_value upload_max_filesize 150
34
- php_admin_value upload_tmp_dir /tmp
+ php_admin_value upload_tmp_dir /opt/drupal/tmp
35
36
# For most configuration files from conf-available/, which are
37
# enabled or disabled at a global level, it is possible to
.gitignore
@@ -47,6 +47,8 @@
47
48
logs/*
49
!logs/.gitkeep
50
+tmp/*
51
+!tmp/.gitkeep
52
sessions/*
53
!sessions/.gitkeep
54
tmp/.gitkeep
0 commit comments