Compare commits

...

4 Commits

Author SHA1 Message Date
d771027440 Merge 0308a36de0 into 84756ac1fd 2025-04-17 19:01:45 +02:00
84756ac1fd Merge pull request #439 from deviantintegral/add-opcache
Install the opcache extension #162
2025-04-17 09:10:15 +02:00
60ce6d2e4f Install the opcache extension #162 2025-04-16 21:01:34 -04:00
0308a36de0 Update nginx.conf
removed listening on IPv6
2025-03-14 11:55:13 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ RUN set -ex \
php81-iconv \
php81-json \
php81-mbstring \
php81-opcache \
php81-openssl \
php81-pecl-amqp \
php81-pecl-imagick \

View File

@ -36,7 +36,6 @@ http {
server {
listen 80;
listen [::0]:80;
server_name _;
root /var/www/wallabag/web;