You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2020-03-27 23:53:58

killmasta93
Member
Registered: 2019-03-02
Posts: 3

Issue on removing pc?

Hi,
I was wondering if someone else has had this issue before, currently trying to remove the devices from the trash bin few mins i get the 520 error on cloudflare, i check the logs but did not find any odd things

Currently running GLPI 9.4.0 with php 7.0 and NGINX

This is my nginx config

server {
#listen 80;
server_name inventory.mydomain.com;
    listen 443 ssl;
       ssl_certificate /etc/letsencrypt/live/inventory.mydomain.com/fullchain.pem;
        ssl_certificate_key /etc/letsencrypt/live/inventory.mydomain.com/privkey.pem;
        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
       ssl_prefer_server_ciphers on;
        ssl_dhparam /etc/ssl/certs/dhparam.pem;
        ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
        ssl_session_timeout 1d;
        ssl_session_cache shared:SSL:50m;
        ssl_stapling on;
       ssl_stapling_verify on;
        add_header Strict-Transport-Security max-age=15768000;
        add_header X-XSS-Protection "1; mode=block";
        add_header X-Robots-Tag none;
        add_header X-Download-Options noopen;
        add_header X-Permitted-Cross-Domain-Policies none;
        add_header 'Referrer-Policy' 'strict-origin';


root /var/www/glpi;
index index.php;
location ~ /.well-known {
        root /var/www/letsencrypt;
        allow all;
    }

location / {try_files $uri $uri/ index.php;}

location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
fastcgi_param SERVER_NAME $host;
}


}

thank you

Offline

#2 2020-04-27 17:52:01

killmasta93
Member
Registered: 2019-03-02
Posts: 3

Re: Issue on removing pc?

bump?????

Offline

Board footer

Powered by FluxBB