We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cac48 commit a4c34deCopy full SHA for a4c34de
.docker/nginx/drupal.conf
@@ -0,0 +1,4 @@
1
+# Passes css and js asset generation to PHP.
2
+location ~ ^/sites/.*/files/(css|js)/ {
3
+ try_files $uri @rewrite;
4
+}
docker-compose.yml
@@ -10,6 +10,7 @@ services:
10
- "host.docker.internal:host-gateway"
11
volumes:
12
- ./:/data
13
+ - ./.docker/nginx/drupal.conf:/etc/nginx/conf.d/location/00-drupal.conf
14
15
php-fpm:
16
build:
0 commit comments