diff --git a/config_other/Dockerfile b/config_other/Dockerfile index f10d9f63..6b3ba5ec 100644 --- a/config_other/Dockerfile +++ b/config_other/Dockerfile @@ -11,7 +11,7 @@ ENV MYSQL_DB "haproxywi" ENV MYSQL_HOST 127.0.0.1 # Copy external files -COPY haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf +COPY httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf # Yum clean cache RUN yum remove epel-release && \ diff --git a/config_other/haproxy-wi.conf b/config_other/haproxy-wi.conf deleted file mode 100644 index cf9485a6..00000000 --- a/config_other/haproxy-wi.conf +++ /dev/null @@ -1,44 +0,0 @@ - - SSLEngine on - SSLCertificateFile /var/www/haproxy-wi/app/certs/haproxy-wi.crt - SSLCertificateKeyFile /var/www/haproxy-wi/app/certs/haproxy-wi.key - - ServerName haprox-wi.example.com - ErrorLog /var/log/httpd/haproxy-wi.error.log - CustomLog /var/log/httpd/haproxy-wi.access.log combined - TimeOut 600 - LimitRequestLine 16380 - - DocumentRoot /var/www/haproxy-wi - ScriptAlias /cgi-bin/ "/var/www/haproxy-wi/app/" - - - - Options +ExecCGI - AddHandler cgi-script .py - Order deny,allow - Allow from all - - - - Options +ExecCGI -Indexes +MultiViews - Order Deny,Allow - Deny from all - - - - Options +ExecCGI -Indexes +MultiViews - Order Deny,Allow - Deny from all - - - - Order Deny,Allow - Deny from all - - - - Order Deny,Allow - Deny from all - -