Skip to content

Commit 5e77811

Browse files
authored
fix: fix: lol (#1222)
1 parent 767eae2 commit 5e77811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ RUN openssl req -nodes -new -subj "/C=GB/ST=North Yorkshire/L=York/O=University
2626

2727
RUN a2enmod rewrite ssl
2828

29+
RUN echo "144.32.64.160/27" >> /etc/apache2/trusted-proxies.txt
30+
2931
COPY sample_configs/apache.conf /etc/apache2/sites-available/myradio.conf
3032
RUN a2enmod remoteip && a2dissite 000-default && a2ensite myradio && apachectl -S
3133

0 commit comments

Comments
 (0)