Loading data/nginx/server.conf +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ map $http_x_forwarded_proto $forwarded_https { server { listen 80; server_name _; root /app/static; root /app/static/wp; # Consider all private IP addresses safe sources for X-Forwarded-For set_real_ip_from 10.0.0.0/8; Loading scripts/entrypoint.sh +3 −2 Original line number Diff line number Diff line Loading @@ -209,9 +209,10 @@ setup_sandbox() wp config set FS_METHOD direct wp config set WP_CONTENT_DIR /app/static/wp-content wp config set WPMU_PLUGIN_DIR /app/wp-content/mu-plugins rm -r static/wp/wp-content ln -s ../wp-content static/wp/wp-content rsync \ --archive \ --delete-delay \ --exclude=/wp-content/mu-plugins/ \ wp-content static/ mkdir -p \ Loading Loading @@ -246,7 +247,7 @@ collect_static() --recursive \ --relative \ --times \ . static/ . static/wp/ } generate_static() Loading Loading
data/nginx/server.conf +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ map $http_x_forwarded_proto $forwarded_https { server { listen 80; server_name _; root /app/static; root /app/static/wp; # Consider all private IP addresses safe sources for X-Forwarded-For set_real_ip_from 10.0.0.0/8; Loading
scripts/entrypoint.sh +3 −2 Original line number Diff line number Diff line Loading @@ -209,9 +209,10 @@ setup_sandbox() wp config set FS_METHOD direct wp config set WP_CONTENT_DIR /app/static/wp-content wp config set WPMU_PLUGIN_DIR /app/wp-content/mu-plugins rm -r static/wp/wp-content ln -s ../wp-content static/wp/wp-content rsync \ --archive \ --delete-delay \ --exclude=/wp-content/mu-plugins/ \ wp-content static/ mkdir -p \ Loading Loading @@ -246,7 +247,7 @@ collect_static() --recursive \ --relative \ --times \ . static/ . static/wp/ } generate_static() Loading