removing statistic now is only statistics
This commit is contained in:
parent
3c074409e3
commit
7adb7f0302
|
|
@ -1,28 +0,0 @@
|
|||
server {
|
||||
|
||||
listen 443 ssl;
|
||||
server_name statistic.kopama.pl;
|
||||
|
||||
server_tokens off;
|
||||
|
||||
ssl_certificate /letsencrypt/live/statistic.kopama.pl/fullchain.pem;
|
||||
ssl_certificate_key /letsencrypt/live/statistic.kopama.pl/privkey.pem;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
location / {
|
||||
# Ograniczenie liczby żądań
|
||||
limit_req zone=ip_limit burst=20 nodelay;
|
||||
|
||||
proxy_pass http://arti24-container:3232;
|
||||
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue