Create a template service file at /etc/systemd/system/[email protected]
. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.target
Create a template service file at /etc/systemd/system/[email protected]
. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.target
## NginX VirtualHost Configuration for elgg.example.org | |
# | |
# Copyright 2010 Lorea.org | |
# This file is part of Lorea Node. | |
# License: GNU Affero General Public License | |
# | |
server { | |
listen 80; | |
server_name elgg.example.org; |