Skip to content

Commit b4a7d18

Browse files
authored
Pass proxy env vars to symfony
1 parent eb7aefb commit b4a7d18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.docker/symfony.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@
4949
PassEnv EDA_KICAD_CATEGORY_DEPTH
5050
PassEnv SHOW_PART_IMAGE_OVERLAY
5151

52+
# Proxy configuration env
53+
PassEnv NO_PROXY HTTPS_PROXY HTTP_PROXY http_proxy https_proxy ALL_PROXY all_proxy
54+
5255
# For most configuration files from conf-available/, which are
5356
# enabled or disabled at a global level, it is possible to
5457
# include a line for only one particular virtual host. For example the
5558
# following line enables the CGI configuration for this host only
5659
# after it has been globally disabled with "a2disconf".
5760
#Include conf-available/serve-cgi-bin.conf
58-
</VirtualHost>
61+
</VirtualHost>

0 commit comments

Comments
 (0)