diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.erb | 3 | ||||
-rw-r--r-- | templates/site.erb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/default.erb b/templates/default.erb index 9bfd2b8..3d6baaf 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -26,5 +26,6 @@ # # For additional details, check # https://gitlab.torproject.org/tpo/onion-services/onion-support/-/issues/30 -<VirtualHost 127.0.0.1:80> +Listen 81 +<VirtualHost 127.0.0.1:81> </VirtualHost> diff --git a/templates/site.erb b/templates/site.erb index 3bb32a2..a8ad894 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -1,5 +1,5 @@ # begin vhost for <%= @title %> -<VirtualHost <%= @listen %>:<%= scope.lookupvar('apache::http_port') %>> +<VirtualHost <%= @listen %>:<%= @port %>> ServerName <%= @title %>.<%= @hosting_domain %> <% if @server_alias != false %> ServerAlias <%= @server_alias %><% end %> DocumentRoot <%= @docroot %> |