Добавить установщик XLX системы и веб-панель
Этот коммит содержится в:
@@ -0,0 +1,14 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName _
|
||||
DocumentRoot __PUBLIC_DIR__
|
||||
|
||||
<Directory __PUBLIC_DIR__>
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
FallbackResource /index.php
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/xlx-panel-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/xlx-panel-access.log combined
|
||||
</VirtualHost>
|
||||
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=XLX Multiprotocol Reflector
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
EnvironmentFile=/etc/xlx/xlxd.env
|
||||
ExecStart=/usr/local/sbin/xlx-control start
|
||||
ExecStop=/usr/local/sbin/xlx-control stop
|
||||
ExecReload=/usr/local/sbin/xlx-control restart
|
||||
PIDFile=/var/run/xlxd.pid
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Ссылка в новой задаче
Block a user