| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/etc/nginx/sites-enabled/ |
Upload File : |
server {
listen *:80;
listen [::]:80;
server_name meta.arni-solutions.de;
root /var/www/meta.arni-solutions.de/web;
disable_symlinks if_not_owner from=$document_root;
index index.html index.htm index.php index.cgi index.pl index.xhtml standard_index.html;
error_log /var/log/ispconfig/httpd/meta.arni-solutions.de/error.log;
access_log /var/log/ispconfig/httpd/meta.arni-solutions.de/access.log combined;
location ~ /\. {
deny all;
}
location ^~ /.well-known/acme-challenge/ {
access_log off;
log_not_found off;
auth_basic off;
root /usr/local/ispconfig/interface/acme/;
autoindex off;
index index.html;
try_files $uri $uri/ =404;
}
location = /favicon.ico {
log_not_found off;
access_log off;
expires max;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
location /stats/ {
index index.html index.php;
auth_basic "Members Only";
auth_basic_user_file /var/www/clients/client2/web33/web//stats/.htpasswd_stats;
add_header Content-Security-Policy "default-src * 'self' 'unsafe-inline' 'unsafe-eval' data:;";
}
location ^~ /awstats-icon {
alias /usr/share/awstats/icon;
}
location ~ \.php$ {
try_files /045982a50c29bc89f90748158cb333d1.htm @php;
}
location @php {
try_files $uri =404;
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/run/php/web33.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_intercept_errors on;
}
error_page 503 /__arni_offline_33.html;
location = /__arni_offline_33.html {
internal;
root /var/www/clients/client2/web31/web/crm/public/maintenance;
default_type text/html;
add_header Retry-After 600 always;
add_header Cache-Control "no-store, no-cache, must-revalidate" always;
}
if ($uri !~* "^/(\.well-known/|__arni_offline_)") { return 503; }
}