Remove wayward comment
This commit is contained in:
parent
cfc1a1c256
commit
1ac4bf3f8a
2 changed files with 3 additions and 2 deletions
|
@ -27,9 +27,10 @@ sudo mv 2024.fossy.us/ /var/www/
|
||||||
sudo chown -R www-data:www-data /var/www/2024.fossy.us/
|
sudo chown -R www-data:www-data /var/www/2024.fossy.us/
|
||||||
sudo cp /etc/apache2/sites-available/420-2023.fossy.us.conf /etc/apache2/sites-available/420-2024.fossy.us.conf
|
sudo cp /etc/apache2/sites-available/420-2023.fossy.us.conf /etc/apache2/sites-available/420-2024.fossy.us.conf
|
||||||
sudo sed -i 's/2023/2024/g' /etc/apache2/sites-available/420-2024.fossy.us.conf
|
sudo sed -i 's/2023/2024/g' /etc/apache2/sites-available/420-2024.fossy.us.conf
|
||||||
|
sudo a2ensite 420-2024.fossy.us
|
||||||
```
|
```
|
||||||
|
|
||||||
After setting up the 2025 DNS and pointing the 2024 to the archive server, create an HTTPS certificate:
|
After setting up the 2025 DNS and pointing the 2024 to the archive server, create an HTTPS certificate. You may need to comment out the certificate configuration temporarily:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo certbot certonly --verbose --domains 2024.fossy.us --agree-tos --email=sysadmin@sfconservancy.org
|
sudo certbot certonly --verbose --domains 2024.fossy.us --agree-tos --email=sysadmin@sfconservancy.org
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/schedule/" class="mr2"><button type="button" class="btn btn-primary mb2">Explore the schedule</button></a>
|
<a href="/schedule/" class="mr2"><button type="button" class="btn btn-primary mb2">Explore the schedule</button></a>
|
||||||
</div> -->
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section id="content">
|
<section id="content">
|
||||||
|
|
Loading…
Add table
Reference in a new issue