File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -255,16 +255,17 @@ install_if_not open-vm-tools
255
255
check_command yes | add-apt-repository ppa:ondrej/nginx
256
256
apt update -q4 && spinner_loading
257
257
install_if_not nginx
258
- sudo systemctl stop nginx.service
259
- sudo systemctl start nginx.service
260
- sudo systemctl enable nginx.service
258
+ systemctl stop nginx.service
259
+ systemctl start nginx.service
260
+ systemctl enable nginx.service
261
261
262
262
# Enable Brotli
263
263
install_if_not libnginx-mod-brotli
264
264
265
- # Download TLSv 1.3 modified nginx.conf
265
+ # Download TLSv 1.3 and Brotli modified nginx.conf
266
266
rm -f /etc/nginx/nginx.conf
267
267
curl_to_dir " $STATIC " nginx.conf /etc/nginx/
268
+ systemctl restart nginx.service
268
269
269
270
# Install PHP 8.1
270
271
apt install -y \
You can’t perform that action at this time.
0 commit comments