We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767eae2 commit 5e77811Copy full SHA for 5e77811
Dockerfile.prod
@@ -26,6 +26,8 @@ RUN openssl req -nodes -new -subj "/C=GB/ST=North Yorkshire/L=York/O=University
26
27
RUN a2enmod rewrite ssl
28
29
+RUN echo "144.32.64.160/27" >> /etc/apache2/trusted-proxies.txt
30
+
31
COPY sample_configs/apache.conf /etc/apache2/sites-available/myradio.conf
32
RUN a2enmod remoteip && a2dissite 000-default && a2ensite myradio && apachectl -S
33
0 commit comments