apache2 port updtae

This commit is contained in:
devdatt 2026-01-23 04:58:20 +05:30
parent 0772d5fa71
commit 3c3c9e30cc
2 changed files with 0 additions and 4 deletions

View File

@ -31,8 +31,6 @@ cat > /etc/apache2/sites-available/000-default.conf << 'EOL'
EOL
cat>/etc/apache2/ports.conf<< 'EOL'
Listen 8080
<IfModule mod_ssl.c>
Listen 8080
</IfModule>

View File

@ -26,8 +26,6 @@ cat > /etc/apache2/sites-available/000-default.conf << 'EOL'
EOL
cat>/etc/apache2/ports.conf<< 'EOL'
Listen 8080
<IfModule mod_ssl.c>
Listen 8080
</IfModule>