nginx tag

78 questions


1 answers
38 views
0
I want to control the transfer volume with nginx's ngx_http_limit_req_module.

I would like to use nginx's ngx_http_limit_req_module to control the amount of transfer.https://gist.github.com/miurahr/fe953d47f4148e15e517http{ limit_req_zone$binary_remote_addr zone=tile_req:20m ra...

2 years ago

1 answers
101 views
0
How to build a proxy server from Ubuntu to nginx

Related questions (https://hashcode.co.kr/questions/1795/aws-%EC%9D%98-ec2-%EB%A1%9C-%EC%9A%B0%EB%B6%84%ED%88%AC-%EC%84%9C%EB%B2%84-%EA%B5%AC%EC%B6%95%ED%95%98%EC%98%80%EC%8A%B5%EB%8B%88%EB%8B%A4-%ED%...

2 years ago

1 answers
121 views
0
I have a question about the server connection

Hi, how are you?I don't have any server knowledge yet I suddenly have a question while studying, so I'm asking you a question When I googled,I understand that jsp, php, node, etc. are used by uploadin...

2 years ago

1 answers
49 views
0
[nginx] How to redirect an existing domain to a new one

Hello, I would like to set up Nginx to redirect the existing domain to the new domain.If the existing domain was hashcode.me, the current domain is hashcode.com. Therefore, HTTP/HTTPS requests from ex...

2 years ago

1 answers
38 views
0
How to serve nginx static file with docker

I'm working on a personal project using Docker. You want to create a project with https by getting an ssl certificate and setting a password.nginx added and proceeded with these settings.ssl on;ssl_...

2 years ago

1 answers
40 views
0
Questions about exposing file directories in developer tools!

Hello, everyone I'm developing the web, but I want to hide the orange folder like the picture below, what should I do?

2 years ago

1 answers
74 views
0
I have a question about awsec2, nginx distribution

Preparing to deploy a web application using nginx as a web server using awsec2.Currently, ubuntu+django+uwsgi+nginx is placed on ec2 through ssh.The problem is that if my computer writes ec2 public in...

2 years ago

1 answers
42 views
0
[::]:80; what does that mean?

There are quite a few posts telling me to write down the port twice, but I don't know why I write listen [::]:80;.server { listen 80; listen [::]:80; # This part ...}

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.