|
|
|
|
@ -17,10 +17,10 @@ cd ~
|
|
|
|
|
#install modules de base
|
|
|
|
|
#dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
|
|
|
|
|
#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
|
|
|
|
|
server {
|
|
|
|
|
listen 80;
|
|
|
|
|
|