File tree 7 files changed +12
-5
lines changed
7 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ RUN pip install --upgrade pip
208
208
# curl iconv session
209
209
# docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
210
210
# docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache && \
211
- RUN docker-php-ext-install iconv pdo_mysql mysqli pdo_sqlite pgsql pdo_pgsql exif intl && \
211
+ RUN docker-php-ext-install iconv pdo_mysql mysqli pdo_sqlite pgsql pdo_pgsql exif intl xsl soap zip && \
212
212
pecl install xdebug-3.1.2 && \
213
213
pecl install -o -f redis && \
214
214
echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini && \
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ server {
45
45
alias /var/www/errors/twitter.svg;
46
46
access_log off;
47
47
}
48
- location ^~ /gitlab .svg {
49
- alias /var/www/errors/gitlab .svg;
48
+ location ^~ /github .svg {
49
+ alias /var/www/errors/github .svg;
50
50
access_log off;
51
51
}
52
52
Original file line number Diff line number Diff line change 10
10
< img src ="./sad.svg "/>
11
11
< br />
12
12
< h2 > Page not Found</ h2 >
13
- < a href ="https://gitlab .com/ric_harvey " title ="View my gitlab profile " style > < img src ="./gitlab .svg " height ="15px "/> Gitlab </ a >
13
+ < a href ="https://github .com/richarvey " title ="View my Github profile " style > < img src ="./github .svg " height ="15px "/> Github </ a >
14
14
< a href ="https://twitter.com/ric__harvey " title ="View my twitter profile "> < img src ="./twitter.svg " height ="15px "/> Twitter</ a >
15
15
</ body >
16
16
</ html>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+
1
6
<?php
2
7
3
8
echo phpinfo ();
4
9
5
10
?>
11
+ </body>
12
+ </html>
You can’t perform that action at this time.
0 commit comments