mirror of
https://github.com/linuxserver/docker-nginx.git
synced 2026-02-04 12:45:01 +08:00
fix lua warning
This commit is contained in:
parent
3e3030f903
commit
cf2c5bcdf9
@ -72,7 +72,10 @@ RUN \
|
||||
php7-xmlrpc \
|
||||
php7-zip && \
|
||||
echo "**** configure nginx ****" && \
|
||||
rm -f /etc/nginx/conf.d/default.conf
|
||||
rm -f /etc/nginx/conf.d/default.conf && \
|
||||
sed -i \
|
||||
's|include /config/nginx/site-confs/\*;|include /config/nginx/site-confs/\*;\n\tlua_load_resty_core off;|g' \
|
||||
/defaults/nginx.conf
|
||||
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
@ -72,7 +72,10 @@ RUN \
|
||||
php7-xmlrpc \
|
||||
php7-zip && \
|
||||
echo "**** configure nginx ****" && \
|
||||
rm -f /etc/nginx/conf.d/default.conf
|
||||
rm -f /etc/nginx/conf.d/default.conf && \
|
||||
sed -i \
|
||||
's|include /config/nginx/site-confs/\*;|include /config/nginx/site-confs/\*;\n\tlua_load_resty_core off;|g' \
|
||||
/defaults/nginx.conf
|
||||
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
@ -72,7 +72,10 @@ RUN \
|
||||
php7-xmlrpc \
|
||||
php7-zip && \
|
||||
echo "**** configure nginx ****" && \
|
||||
rm -f /etc/nginx/conf.d/default.conf
|
||||
rm -f /etc/nginx/conf.d/default.conf && \
|
||||
sed -i \
|
||||
's|include /config/nginx/site-confs/\*;|include /config/nginx/site-confs/\*;\n\tlua_load_resty_core off;|g' \
|
||||
/defaults/nginx.conf
|
||||
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
@ -210,7 +210,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **18.02.20:** - Add geoip2.
|
||||
* **18.02.20:** - Add geoip2, suppress lua warning.
|
||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||
* **18.12.19:** - Add php7-imap and php7-pecl-apcu.
|
||||
* **13.11.19:** - Add php7-pdo_odbc.
|
||||
|
||||
@ -40,7 +40,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "18.02.20:", desc: "Add geoip2." }
|
||||
- { date: "18.02.20:", desc: "Add geoip2, suppress lua warning." }
|
||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||
- { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
|
||||
- { date: "13.11.19:", desc: "Add php7-pdo_odbc." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user