adminbruno 3 years ago
parent 13db5dec56
commit b5a619ce8c

@ -17,10 +17,10 @@ cd ~
#install modules de base #install modules de base
#dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm #dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
#dnf -y module enable php:8.0 && \ #dnf -y module enable php:8.0 && \
dnf -y in php php-mysqli php-gd php-gettext php-imap php-json php-mbstring php-xml php-apc mariadb-server mariadb nginx php-fpm git && \ dnf -y in php php-mysqli php-gd php-gettext php-json php-mbstring php-xml php-pecl-apcu mariadb-server mariadb nginx php-fpm git && \
\ \
\ \
cat <<EOF >> /etc/nginx/conf.d/osticket cat << EOF > /etc/nginx/conf.d/osticket
# Rewrite all requests from HTTP to HTTPS # Rewrite all requests from HTTP to HTTPS
server { server {
listen 80; listen 80;

Loading…
Cancel
Save