Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
euandrelucas committed Feb 13, 2024
1 parent 1776b1e commit 5a8256f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
41 changes: 0 additions & 41 deletions default.conf

This file was deleted.

9 changes: 1 addition & 8 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<<<<<<< HEAD
http {
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
limit_conn_zone $binary_remote_addr zone=conn_limit_per_ip:10m;
include /etc/nginx/conf.d/*.conf;
=======
server {
listen 80;
server_name localhost;
Expand All @@ -13,5 +7,4 @@ server {
index index.html;
try_files $uri $uri/ /index.html;
}
>>>>>>> parent of 4d65766 (set: nginx cache)
}
}

0 comments on commit 5a8256f

Please sign in to comment.