mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
included in config, not needed in map file
This commit is contained in:
parent
edde56c60c
commit
fafca061b7
1 changed files with 0 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -74,8 +74,6 @@ task :compile_nginx_mapfiles => [:environment] do
|
|||
end
|
||||
|
||||
File.open('./files/supporter-map.txt', 'w') do |file|
|
||||
file.write "hostnames;\n"
|
||||
file.write "default 0;\n"
|
||||
Site.select(:username, :domain).exclude(plan_type: 'free').exclude(plan_type: nil).all.each do |parent_site|
|
||||
sites = [parent_site] + parent_site.children
|
||||
sites.each do |site|
|
||||
|
|
Loading…
Add table
Reference in a new issue