瀏覽代碼

Update 'Local-Ubuntu-C2-Deploying-guide.md'

Oleg Mijovic 3 月之前
父節點
當前提交
c2a354cce9
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Local-Ubuntu-C2-Deploying-guide.md

+ 0 - 5
Local-Ubuntu-C2-Deploying-guide.md

@@ -140,11 +140,6 @@ This will display the installed PHP version.
 # 4. Configure Apache to Use PHP
 Ensure that Apache is configured to serve PHP files. The libapache2-mod-php package should automatically enable PHP, but you can confirm this by running:
 
-```bash
-sudo a2enmod php
-```
-Then, restart Apache to apply any changes:
-
 ```bash
 sudo systemctl restart apache2
 ```