[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/NGINX PATCH 0/3] Changes for improving usability



Hi Costin,

Thanks for the patches!

Best,

Roxana

On 31.10.2019 19:57, Costin Lupu wrote:
* We add a main() function to be used for quick setups, so that new users can
test this Nginx port without writing their own main()
* We add the minimal filesystem needed for running Nginx
* We add some documentation for building and running Nginx on Unikraft

Costin Lupu (2):
   Provide main() function if configured to do so
   README.md: Update with info about building and running

Mihai Pogonaru (1):
   Add root filesystem example

  Config.uk                                     |   6 +
  Makefile.uk                                   |   5 +
  README.md                                     |  47 ++++++-
  main.c                                        |   6 +
  nginx-rootfs-example/nginx/conf/fastcgi.conf  |  26 ++++
  .../nginx/conf/fastcgi_params                 |  25 ++++
  nginx-rootfs-example/nginx/conf/koi-utf       | 109 +++++++++++++++
  nginx-rootfs-example/nginx/conf/koi-win       | 103 ++++++++++++++
  nginx-rootfs-example/nginx/conf/mime.types    |  97 ++++++++++++++
  nginx-rootfs-example/nginx/conf/nginx.conf    | 119 +++++++++++++++++
  .../nginx/conf/nginx.conf.default             | 117 ++++++++++++++++
  nginx-rootfs-example/nginx/conf/scgi_params   |  17 +++
  nginx-rootfs-example/nginx/conf/uwsgi_params  |  17 +++
  nginx-rootfs-example/nginx/conf/win-utf       | 126 ++++++++++++++++++
  nginx-rootfs-example/nginx/html/50x.html      |  21 +++
  nginx-rootfs-example/nginx/html/index.html    |  25 ++++
  nginx-rootfs-example/nginx/logs/error.log     |   1 +
  nginx-rootfs-example/nginx/logs/nginx.pid     |   1 +
  18 files changed, 865 insertions(+), 3 deletions(-)
  create mode 100644 main.c
  create mode 100644 nginx-rootfs-example/nginx/conf/fastcgi.conf
  create mode 100644 nginx-rootfs-example/nginx/conf/fastcgi_params
  create mode 100644 nginx-rootfs-example/nginx/conf/koi-utf
  create mode 100644 nginx-rootfs-example/nginx/conf/koi-win
  create mode 100644 nginx-rootfs-example/nginx/conf/mime.types
  create mode 100644 nginx-rootfs-example/nginx/conf/nginx.conf
  create mode 100644 nginx-rootfs-example/nginx/conf/nginx.conf.default
  create mode 100644 nginx-rootfs-example/nginx/conf/scgi_params
  create mode 100644 nginx-rootfs-example/nginx/conf/uwsgi_params
  create mode 100644 nginx-rootfs-example/nginx/conf/win-utf
  create mode 100644 nginx-rootfs-example/nginx/html/50x.html
  create mode 100644 nginx-rootfs-example/nginx/html/index.html
  create mode 100644 nginx-rootfs-example/nginx/logs/error.log
  create mode 100644 nginx-rootfs-example/nginx/logs/nginx.pid


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.