Jump to content

Search the Community

Showing results for tags 'nginx'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • General Discussion
    • Artificial Intelligence
    • DevOpsForum News
  • DevOps & SRE
    • DevOps & SRE General Discussion
    • Databases, Data Engineering & Data Science
    • Development & Programming
    • CI/CD, GitOps, Orchestration & Scheduling
    • Docker, Containers, Microservices, Serverless & Virtualization
    • Infrastructure-as-Code
    • Kubernetes & Container Orchestration
    • Linux
    • Logging, Monitoring & Observability
    • Security, Governance, Risk & Compliance
  • Cloud Providers
    • Amazon Web Services
    • Google Cloud Platform
    • Microsoft Azure

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


LinkedIn Profile URL


About Me


Cloud Platforms


Cloud Experience


Development Experience


Current Role


Skills


Certifications


Favourite Tools


Interests

Found 5 results

  1. Docker is a compelling platform to package and run web applications, especially when paired with one of the many Platform-as-a-Service (PaaS) offerings provided by cloud platforms. NGINX has long provided DevOps teams with the ability to host web applications on Linux and also provides an official Docker image to use as the base for custom web applications. In this post, I explain how DevOps teams can use the NGINX Docker image to build and run web applications on Docker. View the full article
  2. Hello! The company I currently work for has 2 websites. It so happened that they have different domains A and B, but the same content. In fact, this is the documentation for mkdocks. Both domains access the same project built using mkdocks.yml, in which domain A is specified. Task: fix the canonical links of site B, because they are now being built with domain A due to the data in mkdocks.yml. Simple solution: create a second mkdocks_2.yml specify domain B in it and raise the second copy of the documentation. And let one of the sites link to it. However, I'm interested in the question, is it possible to do this through the nginx web server parameters? So that the domain in canonical links changes depending on the domain from which the request comes? This will avoid making another instance of the docks on the server.
  3. The post How to Limit Network Bandwidth in NGINX Web Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Previously, in our NGINX traffic management and security controls series, we have discussed how to limit the number of connections the same client can make to your web resources, using client identification parameters such The post How to Limit Network Bandwidth in NGINX Web Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
  4. GoAccess is an interactive and real-time web server log analyzer program that quickly analyze and view web server logs. It comes as an open-source and runs as a command line in Unix/Linux operating systems. The post GoAccess (A Real-Time Apache and Nginx) Web Server Log Analyzer first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
  5. Nginx, pronounced as “Engine x”, is a free, open-source Linux-based high-performance web and a reverse proxy server that is responsible for managing and handling the load of the largest websites traffic on the internet. Nginx is a powerful redirecting tool that can be configured easily on your system to redirect the less secure or unencrypted HTTP web traffic to an encrypted and secured HTTPS web server. If you are a system administrator or a developer, then you are using the Nginx server regularly. In this article, we will work on how to redirect the web traffic from HTTP to a secure HTTPS in Nginx... View the full article
  • Forum Statistics

    43.3k
    Total Topics
    42.6k
    Total Posts
×
×
  • Create New...