Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #n
  • #ngi
RSS: #nginx

#nginx

  • @b_b
    b_b @b_b PUBLIC DOMAIN 8/12/2021
    3
    @rastapopoulos
    @tofulm
    @gblin
    3

    h5bp/server-configs-nginx : Nginx HTTP server boilerplate configs
    ▻https://github.com/h5bp/server-configs-nginx

    #Nginx Server #Configs is a collection of configuration #snippets that can help your server improve the website’s performance and security, while also ensuring that resources are served with the correct content-type and are accessible, if needed, even cross-domain.

    Pas mal d’exemple de confs bien pratiques, notamment ▻https://github.com/h5bp/server-configs-nginx/blob/main/h5bp/web_performance/cache_expiration.conf pour les #expires_headers.

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 2/07/2019
    4
    @kent1
    @arno
    @cy_altern
    @tofulm
    4

    SSL Configuration Generator

    An easy-to-use secure configuration generator for web, database, and mail software

    ▻https://ssl-config.mozilla.org

    #ssl #apache #nginx #hsts

    Étrange que l’outil n’était pas encore référencé ici, voilà qui est fait :)

    b_b @b_b PUBLIC DOMAIN
    • @b_b
      b_b @b_b PUBLIC DOMAIN 2/07/2019
      @kent1

      @kent1 j’en ai profité pour le mentionner dans l’article que j’avais rédigé ici ►https://technique.arscenic.org/ssl-securisation-des-communications-serveur-client/article/installer-et-configurer-un-certificat-let-s-encrypt ;)

      b_b @b_b PUBLIC DOMAIN
    • @kent1
      kent1 @kent1 ART LIBRE 2/07/2019

      Merci monseigneur

      kent1 @kent1 ART LIBRE
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 28/02/2019

    A Tale of Two (Docker Multi-Stage Build) Layers
    ▻https://hackernoon.com/a-tale-of-two-docker-multi-stage-build-layers-85348a409c84?source=rss---

    https://cdn-images-1.medium.com/max/689/1*Amzj6V3ptbx5vs7RVsyfNw@2x.png

    Production Ready Dockerfiles for Node.js using SSR or NginxLicensed from Adobe Stock PhotosIn the last article of this series, we finished adding unit tests to our project to reach 100% code coverage. With tests in place, the next piece is getting our project ready for deployment.The last thing we need in place to get our application ready for #production deployment is a Dockerfile.The Dockerfile is also a great place to run our unit tests, which is why I’ve decided to write the tests first.We have a few goals with our build:It should be secureIt should be as slim as possibleIt should not build if quality standards are not metWith the goals in mind, let’s get started.Docker is essentially an isolated environment for your code to run in. Just like you would provision a server, you provision a (...)

    #nginx #docker #kubernetes #nodejs

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 5/02/2019

    Deploy React Application using #docker and Google Cloud Platform
    ▻https://hackernoon.com/deploy-react-application-using-docker-and-google-cloud-platform-4bc03f9e

    https://cdn-images-1.medium.com/max/1024/1*ooFBMFLQ8E3t_vcXgPBnoA.png

    Deploy React Application with Docker and Google Cloud PlatformDocker | #reactjs | GCPIn this article, you will learn how to deploy applications on GCP. We will deploy a create-react-app.Link to the Repo — ▻https://github.com/Harshmakadia/react-dockerBefore we get started with the actual steps of deploying the React App using GCP and Docker. First, let’s understand what docker actual is?Docker is a tool which is designed to make the creating, deploying and running of applications easier with the help of containers. Containers are something which allows the developer to bundle the application with all the necessary ingredients like different libraries, dependencies and ship is as only a single package.We will go step by step1. Creating React ApplicationCreate react app is a lot easier using the (...)

    #nginx #kubernetes-engine #google-cloud-platform

    • #Docker
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 13/12/2018

    #scaling #selenium with #openresty
    ▻https://hackernoon.com/scaling-selenium-with-openresty-cf31370ec06f?source=rss----3a8144eabfe3-

    https://cdn-images-1.medium.com/max/513/1*q9jna6p2h6rwLMrjJYyO1g.png

    Scaling Selenium with OpenrestySelenium has been the de facto automation standard/tool for browser/UI automation for quite sometime.Creators of selenium also created selenium grid for scaling the UI testing. The grid consists of a selenium hub and several selenium nodes which connects/hosts the browsers and thus providing a way to run several UI tests simultaneously. Selenium also provides some easy way to customize/extend existing capabilities. For most of the use cases the selenium hub /node based architecture scales pretty well and doesn’t need much customization.Need for higher availability and scaleThe architecture, although supports scaling the selenium nodes, it doesn’t make it easy to scale the hub itself. On a typical deployment there would be a single hub and several nodes (...)

    #nginx #lua

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 10/11/2018

    Scaling Node.js Socket Server with #nginx and #redis
    ▻https://hackernoon.com/scaling-node-js-socket-server-with-nginx-and-redis-d19bf5c07fa8?source=r

    https://cdn-images-1.medium.com/max/1024/0*sxy3Paafj6f8S6P_.jpg

    One of the most interesting topics in back-end development is server scaling and distribution.There are many ways to scale your app and to handle a lot of requests and connections. In this article, we will explain one of the most popular ways of scaling Node.js applications, especially Socket connections.Imagine you have a Node application which receives 300 requests per second. It works fine, but one day the requests count becomes 10 or 100 times more. Then, you will have a big problem. Node applications aren’t meant for handling 30k requests per second (in some cases they can, but only thanks to CPU and RAM).As we know Node is a single thread and doesn’t use the much resources of your machine (CPU, RAM). Anyway, it will be ineffective.You don’t have any guarantee that your application (...)

    #web-development #nodejs #javascript

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 27/04/2018

    Start to Finish: Deploying a #react App on DigitalOcean
    ▻https://hackernoon.com/start-to-finish-deploying-a-react-app-on-digitalocean-bcfae9e6d01b?sourc

    https://cdn-images-1.medium.com/max/353/1*qcdP4bKoFZf-mM8vmF6T7Q.png

    While deploying an app recently, I experienced many frustrations with the various nuances that accompany deployment, most of which were made even more difficult by the lack of centralized information about it online. Of course, this is a result of the many ways that deployment can be done (meaning that this guide is only one way to do things).This guide is designed to be a start to finish guide for someone creating a React single page application using DigitalOcean, with every important detail. We’ll serve it with #nginx as a reverse proxy (and explain why you want to do this), PM2 as a process manager, and Serve to actually handle the serving of the app. Most of the concepts here with regards to setting up your DigitalOcean server are transferrable to the #aws EC2 platform once you have (...)

    #nodejs #javascript

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 4/04/2018

    How to Set Up Multi-Camera Streaming to Facebook Live With Free Software
    ▻https://hackernoon.com/how-to-set-up-multi-camera-streaming-to-facebook-live-with-free-software

    https://cdn-images-1.medium.com/max/1024/1*pCFPF7xaBOVPeOniK-iWkQ.jpeg

    Note: This guide assumes you’re living in the walled garden of Apple and are using Mac OS and iOS devices, but the principles are the same for Windows and Linux.If you’re like my amazing friend Sarah Kassel and hosting your own Facebook Live comedy show — sometimes a single smartphone camera setup for Facebook Live isn’t enough. Want if you want to show different camera angles, cut to the audience, or overlay graphics? Using open source software, you can create a studio level experience and increase the production value of your Facebook Live streams.Stream to Facebook Live from OBS StudioOBS Studio is free and open source software for video recording and live streaming. We can use it to take different input sources and pipe them into a Facebook Live stream.1. Grab a copy of OBS Studio from (...)

    #social-media-marketing #nginx #facebook-live #social-media #live-streaming

    • #Apple
    • #Facebook
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @marielle
    marielle 🐢 @marielle 26/01/2018
    8
    @colporteur
    @fredlm
    @simplicissimus
    @biggrizzly
    @02myseenthis01
    @7h36
    @sombre
    @bce_106_6
    8

    Le chat de Schrödinger, la tour d’ivoire et la marée de merde
    ▻https://www.lemediatv.fr/articles/le-chat-de-schrodinger-la-tour-d-ivoire-et-la-maree-de-merde

    L’ère néolibérale ébranle tous les fondements de l’Université imposant tout un cortège de régressions inquiétantes. Le Média s’associe aujourd’hui à la lutte du « Groupe Jean-Pierre Vernant », collectif d’universitaires.

    Si les universités fonctionnent encore malgré les conditions qui lui sont faites, c’est parce qu’il reste une majorité d’universitaires et de techniciens qui vit encore l’imaginaire de l’Université-tour d’ivoire. Le néolibéralisme a beau n’exalter que l’entrepreneur et le gagneur-jouisseur, nous restons nombreux à investir les types anthropologiques hérités des périodes antérieures – fonctionnaire intègre, responsable administratif consciencieux, enseignant par vocation, comptable honnête au service de l’Etat, étudiant trouvant par les livres une vie augmentée, chercheur amoureux de la belle ouvrage… Si l’Université idéelle est morte aux yeux de presque tous, elle est en même temps en vie dans l’imaginaire et dans la pratique de ceux qui n’ont ni renoncé ni été corrompus par la promesse infantile de compter parmi les gagnants. L’Université a été créée à la suite de la Renaissance du XIIème siècle ; elle peut s’auto-instituer à nouveau, dans un retour aux sources qui en renouvelle l’imaginaire et le fonctionnement, à l’occasion d’une Renaissance du XXIe siècle.

    L’Université en sa tour d’ivoire est un chat de Shrödinger. Le cortège de régressions en marche – sélection des étudiants, dérégulation des frais d’inscription, différenciation des statuts des universitaires de proximité et d’excellence – peut la faire bifurquer vers une dévitalisation durable ou vers cette renaissance.

    #université #néolibéralisme

    marielle 🐢 @marielle
    • @colporteur
      colporteur @colporteur CC BY-NC-SA 26/01/2018

      #Groupe_Jean-Pierre_Vernant

      colporteur @colporteur CC BY-NC-SA
    • @fredlm
      fred1m @fredlm PUBLIC DOMAIN 1/02/2018

      [...], mais l’idée d’Université est morte dans l’imaginaire social. Dans les rares #journaux qui lui consacrent quelques colonnes, on n’en finit plus de la déclarer en crise ; on s’interroge gravement sur l’effet de la dernière saignée gouvernementale ; on recommande le recours aux #gadgets_pédagogiques “innovants” les plus ineptes et l’on promeut, sans y toucher, les tristes écoles privées qui louent annuellement un stand au salon de l’orientation rigoureusement inutile qui porte, surprise, le nom du #journal.

      fred1m @fredlm PUBLIC DOMAIN
    • @fredlm
      fred1m @fredlm PUBLIC DOMAIN 1/02/2018

      (l’archétype de la compétence technique : Ctrl-C Ctrl-V)

      en plus bref :

      ^C ^V

      :o)

      –—

      présentation #pahoueur-pognette à l’appui

      fred1m @fredlm PUBLIC DOMAIN
    • @simplicissimus
      Simplicissimus @simplicissimus 1/02/2018

      Par un procédé de novlangue typique du néolibéralisme, et non sans une certaine dose d’humour noir, les vagues de dépossession ont été baptisées “#autonomie” et les vagues de bureaucratisation et de précarisation, “#excellence”.

      Simplicissimus @simplicissimus
    • @fredlm
      fred1m @fredlm PUBLIC DOMAIN 11/02/2018

      Pitfalls and Common Mistakes | NGINX
      ▻https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls

      New and old users alike can run into a pitfall. Below we outline issues that we see frequently as well as explain how to resolve those issues. In the #nginx IRC channel on Freenode, we see these issues frequently.

      This Guide Says

      The most frequent issue we see happens when someone attempts to just #copy and #paste a configuration snippet from some other guide.

      fred1m @fredlm PUBLIC DOMAIN
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 22/05/2017
    1
    @kent1
    1

    How to set up a #tileserver using #Tilestache, #Gunicorn and #Nginx

    ▻http://www.digital-geography.com/set-tileserver-using-tilestache-gunicorn-nginx

    #mapserver

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @lolop
    garfi @lolop 4/08/2016

    Passer #nginx en https en deux coups de cuillère à pot
    ▻https://seenthis.net/blog/index.php?post/2016/07/24/Passer-Nginx-en-https-en-deux-coups-de-cuill%C3%A8re-%C3%A0-pot

    Grâce à Let’s Encrypt, la manipulation se fait facilement sous nginx un #raspberry pi2 pour mon cas et archlinux :

    En deux trois commandes et en modifiant la configuration nginx :

    # pacman -S certbot

    # certbot certonly -d lenomdedomaine.fr —rsa-key-size 4096

    On adapte nginx :

    server listen 80 ; server_name lenomdedomaine.fr ; location ~ /\.well-known/acme-challenge allow all ; location / return 301 ▻https://lenomdedomaine.fr $request_uri ;

    server listen 443 ; server_name lenomdedomaine.fr ; root /var/www ; index index.php index.html index.htm ; # On cache les fichiers statiques location ~* \.(html|css|js|png|jpg|jpeg|gif|ico|svg|eot|woff|ttf)$ expires max ; # On interdit les dotfiles (...)

    garfi @lolop
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 4/07/2016
    2
    @biggrizzly
    @kent1
    2

    Why is FastCGI /w #Nginx so much faster than #Apache /w mod_php? – ESchrade – Kevin Schroeder

    ▻http://www.eschrade.com/page/why-is-fastcgi-w-nginx-so-much-faster-than-apache-w-mod_php

    I had heard a while ago that NginX running PHP via FastCGI was faster than Apache with mod_php and have heard people swear up and down that it was true.Today I wanted to examine it more in depth and see if I could get some good numbers on why this was the case. The problem was that I couldn’t.

    Then I remembered that I had AllowOverride (.htaccess) turned on. So I re-ran the test with AllowOverride set to None.

    This all makes sense. mod_php has PHP embedded in Apache and so it should be faster. If you’re running only PHP on a web server then Apache still seems to be your best bet for performance. And if you are seeing a significant performance difference then you should check if AllowOverride is turned on. If it is, try moving that into httpd.conf and try again.

    If you are running mixed content, such as adding CSS, JS and images, then NginX will provide better overall performance but it will not run PHP any faster. It will also respond better to denial of service attacks better. But if you are running pure PHP content on a given server, Apache seems to still be the best bet for the job.

    • #PHP
    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 18/03/2016

    Abandon de #nginx pour #apache et #php-FPM
    ▻http://www.dsfc.net/infrastructure/lamp-infrastructure/abandon-de-nginx-pour-apache-et-php-fpm

    http://3.bp.blogspot.com/_bf_PG4SAYfU/TJOH1jtvRRI/AAAAAAAAlhA/dp7XzNP_knk/s400/62760_1553389828143_1037082181_1583435_452770_n.jpg

    Le #PHP-FPM couplé au MPM Event booste les performances du serveur Apache !

    #LAMP #.htaccess #Awstats #CGI #Fedora #Formateur_Apache #Formateur_Awstats #Formateur_Fedora #Formateur_Linux #Formateur_Nginx #Linux

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 8/01/2016

    #Web_Analytics : le choix de #OWA sur #nginx
    ▻http://www.dsfc.net/internet/web-analytics/web-analytics-le-choix-de-owa-sur-nginx

    https://upload.wikimedia.org/wikipedia/commons/6/67/Openwebanalytics.png

    De guerre lasse, j’ai fait le choix de Open Web Analytics sur Nginx !

    #apache #Centos #Awstats #W3Perl #Webalizer #Formateur_Awstats #Formateur_Web_Analytics #Formateur_Apache #SSL #CentOS_7 #Formateur_Piwik #Formateur_Nginx #Formateur_OWA #Analog

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 1/01/2016

    Une nouvelle année informatique !
    ▻http://www.dsfc.net/informatique/perspective/une-nouvelle-annee-informatique

    https://t1.ftcdn.net/jpg/00/59/50/78/160_F_59507854_jYwuwE2K8XIYzDq3VX1r1BC7Mql00KgZ.jpg

    En 2016, les quatre principaux moteurs de bases de données, la sécurité informatique, la mise en œuvre des infrastructures #Lamp/LEMP autour des logiciels #apache et #nginx, #GLPI couplé à #FusionInventory resteront, à coup sûr, le cœur de mon activité professionnelle

    #Perspective #Linux #MySQL #SQL_Server #MariaDB #PostgreSQL #Oracle_Database #Puppet #Zabbix #Docker #Metasploit

    • #Oracle
    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @archiloque
    Archiloque @archiloque CC BY 4/06/2015
    4
    @rastapopoulos
    @biggrizzly
    @gastlag
    @la_taupe
    4

    Introduction to #Microservices
    ▻http://nginx.com/blog/introduction-to-microservices
    #nginx

    Archiloque @archiloque CC BY
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 4/06/2015

      #architecture_monolithique :

      http://cdn.nginx.com/wp-content/uploads/2015/05/Graph-01-e1431978090737.png

      Microservices :

      http://cdn.nginx.com/wp-content/uploads/2015/05/Graph-031-e1431992337817.png

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire
  • @archiloque
    Archiloque @archiloque CC BY 25/05/2015

    An In-Depth Guide to #Nginx Metrics
    ▻https://www.scalyr.com/community/guides/an-in-depth-guide-to-nginx-metrics

    Archiloque @archiloque CC BY
    Écrire un commentaire
  • @archiloque
    Archiloque @archiloque CC BY 4/05/2015

    #OpenResty ( #Nginx ) with dynamically generated #certificates
    ▻http://blog.dutchcoders.io/openresty-with-dynamic-generated-certificates

    Archiloque @archiloque CC BY
    Écrire un commentaire
  • @archiloque
    Archiloque @archiloque CC BY 28/04/2015

    FIFA 2014 World Cup live stream architecture, #Nginx, #Cassandra, #Lua
    ▻http://leandromoreira.com.br/2015/04/26/fifa-2014-world-cup-live-stream-architecture

    https://archsofty.files.wordpress.com/2014/10/live_stream_nginx.png

    • #FIFA
    • #2014 World Cup
    • #Lua
    Archiloque @archiloque CC BY
    Écrire un commentaire
  • @fchaix
    Fchaix @fchaix PUBLIC DOMAIN 25/10/2013
    1
    @fil
    1

    superkuh.com : #local #ajax.googleapis.com
    ▻http://superkuh.com/ajaxgoogleapis.html

    Là ! Depuis un certain temps, je bloque toutes les requêtes externes avec RequestPolicy dans firefox. Et il y avait souvent une chose qui réduisait à néant tous mes efforts pour rendre mes déplacements invisible depuis chez #google : les librairies utilisées par les sites, hébergées sur le domaine ajax.googleapis.com. Eh bien ce gentil monsieur explique comment créer un mirroir local du contenu de ce domaine, et, via /etc/hosts, remplacer les serveurs de google par un #nginx local. (...)

    #bigbrother #vieprivée

    Fchaix @fchaix PUBLIC DOMAIN
    • @fil
      Fil @fil 25/10/2013

      plutôt qu’un miroir (où l’on copie les fichiers en amont), il serait peut-être plus simple de faire un proxy, qui irait chercher ce qui manque, sans donner plus d’infos que ton ip ?

      Fil @fil
    Écrire un commentaire
  • @neofutur
    neofutur @neofutur PUBLIC DOMAIN 6/06/2013
    1
    @neofutur
    1

    une #bonnenouvelle dans un monde de brutes :

    ▻http://news.netcraft.com/archives/2013/06/06/june-2013-web-server-survey-3.html

    en gros #nginx prend la deuxieme place a #microsoft ;)

    neofutur @neofutur PUBLIC DOMAIN
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 30/03/2010

    ici
    ►http://neokraft.net/2010/serveur-web-nginx-php-mysql

    #Nginx #PHP #MySQL #FastCGI #configuration #serveur #web #todo

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

Thèmes liés

  • #nginx
  • #apache
  • #nodejs
  • #javascript
  • #todo
  • #web
  • #serveur
  • #configuration
  • #fastcgi
  • #mysql
  • #php
  • #linux
  • #formateur_nginx
  • #formateur_awstats
  • #formateur_apache
  • #awstats
  • #docker