refs #1134 Changes nginx port
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

nginx_conf
Luis Gerardo Romero Garcia 2024-11-13 19:32:24 +01:00
parent 233cf82f1d
commit f6be76dde2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
server {
listen 80;
listen 8081;
server_name __SERVERIP__ localhost; # IP del servidor
# Raíz del documento para el proyecto Symfony

View File

@ -18,7 +18,7 @@ cat > config_ogdhcp.json <<EOF
"interfaces": ["eth0", "eth1"],
"ogbootIP": "$ogBoot_ServerIP",
"ogDhcpIP": "$ogDhcp_ServerIP",
"ogDhcp_Dir": "$ogDhcp_Dir",
"ogDhcp_Dir": "$ogDhcp_Dir"
}
EOF
chmod 755 ogdhcp_installer.sh