Don't fail on first run, when Tor hostname missing
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<% if @onion_address %>
|
||||
server {
|
||||
listen 80;
|
||||
server_name mastodon.<%= @onion_address %>;
|
||||
include <%= @shared_config_path %>;
|
||||
}
|
||||
<% end %>
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
|
||||
Reference in New Issue
Block a user