| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/nginx/sites-available/ |
Upload File : |
server {
listen 80;
server_name gta6-fanclub-france.com www.gta6-fanclub-france.com;
return 301 https://www.gta6-fanclub-france.com$request_uri;
}
server {
listen 443 ssl;
server_name gta6-fanclub-france.com;
ssl_certificate /etc/letsencrypt/live/gta6-fanclub-france.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/gta6-fanclub-france.com/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
add_header Permissions-Policy "geolocation=(), microphone=(), camera=()" always;
return 301 https://www.gta6-fanclub-france.com$request_uri;
}
server {
listen 443 ssl;
server_name www.gta6-fanclub-france.com;
root /var/www/gta6-fanclub-france.com;
index index.php index.html;
client_max_body_size 128M;
ssl_certificate /etc/letsencrypt/live/gta6-fanclub-france.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/gta6-fanclub-france.com/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
add_header Permissions-Policy "geolocation=(), microphone=(), camera=()" always;
include snippets/perf.conf;
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php8.4-fpm.sock;
fastcgi_read_timeout 300;
}
location ~ /\.ht {
deny all;
}
}