Update some typos

nginx_conf
Nicolas Arenas 2024-10-01 09:46:56 +02:00 committed by Nicolas Arenas
parent b0e2fbfaa9
commit 8d48007532
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ cd /vagrant/installer
chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh
cp /vagrant/tests/API-dhcp/assets/kea-ctrl-agent.conf /etc/kea/kea-ctrl-agent.conf
a2ensite ogdhcp.conf
a2disite 000-default.conf
a2dissite 000-default.conf
systemctl restart apache2
sed -i "s|{{SERVER_NAME}}|${SERVER_NAME}|g" <nombre_del_archivo>
sed -i "s|{{SERVER_NAME}}|${SERVER_NAME}|g" /opt/ogdhcp/public/swagger-initializer.js
SCRIPT
Vagrant.configure('2') do |config|