Merge: phase: Introduction of new hook method
[nit.git] / lib / nitcorn / server_config.nit
index 20eae59..3cf51ff 100644 (file)
@@ -82,7 +82,7 @@ class Interfaces
        super Array[Interface]
 
        # Back reference to the associtated `VirtualHost`
-       var vh: VirtualHost
+       var virtual_host: VirtualHost
 
        # Add an `Interface` described by `text` formatted as `interface.name.com:port`
        fun add_from_string(text: String)