Fixes
This commit is contained in:
parent
e84103ad19
commit
830b2a63be
@ -10,7 +10,7 @@ RUN sed -i "s#__NGINX_ROOT_OLD;#$APP_CODE_PATH/old/public;#" /etc/nginx/conf.d/d
|
|||||||
COPY ./src/old/public /data/www/old/public
|
COPY ./src/old/public /data/www/old/public
|
||||||
COPY ./src/new/var/plugins/System /data/www/new/var/plugins/System
|
COPY ./src/new/var/plugins/System /data/www/new/var/plugins/System
|
||||||
COPY ./src/new/web /data/www/new/web
|
COPY ./src/new/web /data/www/new/web
|
||||||
COPY ./src/new/vendor/nelmio/api-doc-bundle/Resources/public /data/www/new/vendor/nelmio/api-doc-bundle/Resources/public
|
COPY ./src/new/vendor/nelmi[o]/api-doc-bundle/Resources/public /data/www/new/vendor/nelmio/api-doc-bundle/Resources/public
|
||||||
|
|
||||||
|
|
||||||
FROM base as prod
|
FROM base as prod
|
||||||
|
|||||||
@ -57,6 +57,12 @@ server {
|
|||||||
rewrite ^(.*) /index.php last;
|
rewrite ^(.*) /index.php last;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /w2p/ {
|
||||||
|
proxy_pass http://tp:8080/w2p/;
|
||||||
|
proxy_temp_path /tmp/proxy;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
location /apps/ { # Static files
|
location /apps/ { # Static files
|
||||||
client_max_body_size 1024M;
|
client_max_body_size 1024M;
|
||||||
root $frontRoot;
|
root $frontRoot;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user