mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-14 13:24:00 +02:00
Fixes
This commit is contained in:
parent
e792c6ca16
commit
451e0bc8ee
4 changed files with 3 additions and 12 deletions
|
@ -937,9 +937,9 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
|
|||
('rdap_server', 'https://rdap.example.com'),
|
||||
('currency', 'USD');
|
||||
|
||||
CREATE INDEX registry.idx_domain_crdate ON registry.domain (crdate DESC);
|
||||
CREATE INDEX registry.idx_domain_exdate ON registry.domain (exdate);
|
||||
CREATE INDEX registry.idx_support_tickets_date_created ON registry.support_tickets (date_created);
|
||||
CREATE INDEX idx_domain_crdate ON registry.domain (crdate DESC);
|
||||
CREATE INDEX idx_domain_exdate ON registry.domain (exdate);
|
||||
CREATE INDEX idx_support_tickets_date_created ON registry.support_tickets (date_created);
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS `registryTransaction`;
|
||||
|
||||
|
|
|
@ -225,7 +225,6 @@ rdap.${REGISTRY_DOMAIN} {
|
|||
output file /var/log/namingo/web-rdap.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
@ -257,7 +256,6 @@ whois.${REGISTRY_DOMAIN} {
|
|||
output file /var/log/namingo/web-whois.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
@ -285,7 +283,6 @@ cp.${REGISTRY_DOMAIN} {
|
|||
output file /var/log/namingo/web-cp.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
|
|
@ -240,7 +240,6 @@ rdap.example.com {
|
|||
output file /var/log/namingo/web-rdap.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
@ -272,7 +271,6 @@ whois.example.com {
|
|||
output file /var/log/namingo/web-whois.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
@ -300,7 +298,6 @@ cp.example.com {
|
|||
output file /var/log/namingo/web-cp.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
|
|
@ -307,7 +307,6 @@ EOF
|
|||
output file /var/log/namingo/web-rdap.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
@ -339,7 +338,6 @@ EOF
|
|||
output file /var/log/namingo/web-whois.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
@ -367,7 +365,6 @@ EOF
|
|||
output file /var/log/namingo/web-cp.log {
|
||||
roll_size 10MB
|
||||
roll_keep 5
|
||||
roll_keep_days 14
|
||||
}
|
||||
format json
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue