This commit is contained in:
Benoît S. 2020-07-03 04:53:15 +02:00
parent c56c6e6ac1
commit ac1ea30fed

View file

@ -174,4 +174,18 @@ Il faut mettre à jour si le projet utilise bundle.
~~~
$ RAILS_ENV=production bundle install --redownload
~~~
~~~
## Squid
Il faut s'assurer d'avoir l'override systemd.
```
# systemctl edit squid
# systemd override for Squid
[Service]
ExecStart=
ExecStart=/usr/sbin/squid -sYC -f /etc/squid/evolinux-defaults.conf
# systemctl daemon-reload
# systemctl restart squid
```