Update lastmod and remove link to forum post
Instead of the external link, the extra relevant info has been placed into the page
This commit is contained in:
parent
cd062441f7
commit
66ec7774d8
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
title = "httpd (Apache)"
|
title = "httpd (Apache)"
|
||||||
lastmod = "2017-04-23T18:37:45+03:00"
|
lastmod = "2018-01-19T16:14:40+03:00"
|
||||||
+++
|
+++
|
||||||
# httpd (Apache)
|
# httpd (Apache)
|
||||||
|
|
||||||
|
@ -47,7 +47,11 @@ DirectoryIndex index.php index.html
|
||||||
</IfModule>
|
</IfModule>
|
||||||
```
|
```
|
||||||
|
|
||||||
[More info here](https://solus-project.com/forums/viewtopic.php?f=11&t=7440&p=21756#p21756).
|
Now, to load the changes, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo systemctl restart httpd && sudo systemctl restart php-fpm
|
||||||
|
```
|
||||||
|
|
||||||
### Management
|
### Management
|
||||||
|
|
||||||
|
|
Reference in New Issue