Skip to content

Commit

Permalink
fix nginx configuration in doc (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Aug 26, 2024
1 parent ac3a253 commit 3ee36eb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/configuration-nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ On Debian:

.. code-block:: shell
apt install nginx php-fpm
# configure php-fpm for Nginx
a2enmod proxy_fcgi setenvif
a2enconf php*-fpm.conf
apt install nginx
# enable the default website
cd /etc/nginx/sites-enabled/ && ln -s ../sites-availables/service-desk
Expand All @@ -27,7 +23,7 @@ On RHEL systems:

.. code-block:: shell
dnf install nginx php-fpm
dnf install nginx
Virtual host configuration
------------
Expand Down

0 comments on commit 3ee36eb

Please sign in to comment.