Code Monkey home page Code Monkey logo

fpm-nginx's People

Contributors

alexknutson avatar bkuhl avatar dependabot[bot] avatar rafikfarhad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fpm-nginx's Issues

Install XDebug

How would you go about installing xdebug with this container?

COPY docker-php-ext-xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug

Error:
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

Add php-geos library to FPM/Nginx docker container

Thank you for so useful container, but some PHP projects requires the php-geos library, that is missing. And it is unavailable in Alpine package repository, it exists only on Ubuntu and Debian for easier installing.

But for Alpine we need to compile it from sources, here is instruction: https://git.osgeo.org/gitea/geos/php-geos

So will be good to include it into your container, for extend variety of supported PHP projects.

Additional Module NGINX

I am working on integrating OPA https://www.openpolicyagent.org/

I need this module add to our configuration. ngx_http_js_module

This is in my default.conf

js_include /etc/nginx/conf.d/rbac.js;
location = /_authz {
    internal;
    js_content authz;
  }

  location = /_opa {
     internal;
     proxy_pass http://opa:8181/v1/data/httpapi/rbac;
  }
nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_js_module.so" failed (Error loading shared library /etc/nginx/modules/ngx_http_js_module.so: No such file or directory) in
 /etc/nginx/nginx.conf:1

Can you add this to the base image?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.