| 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 : /etc/nginx/sites-enabled/ |
Upload File : |
server {
listen *:80;
listen [::]:80;
listen *:443 ssl http2;
ssl_protocols TLSv1.3 TLSv1.2;
listen [::]:443 ssl http2;
ssl_certificate /var/www/clients/client2/web26/ssl/valet.pacim.de-le.crt;
ssl_certificate_key /var/www/clients/client2/web26/ssl/valet.pacim.de-le.key;
server_name valet.pacim.de ;
root /var/www/valet.pacim.de/web/;
disable_symlinks if_not_owner from=$document_root;
if ($scheme != "https") {
rewrite ^(?!/\.well-known/acme-challenge)/ https://$http_host$request_uri? permanent;
}
rewrite ^(?!/(\.well-known/acme-challenge))/(.*)$ https://goo.gl/maps/ZFqdgH6eVwzU9BhH6/$2 redirect; index index.html index.htm index.php index.cgi index.pl index.xhtml standard_index.html;
error_page 400 /error/400.html;
error_page 401 /error/401.html;
error_page 403 /error/403.html;
error_page 404 /error/404.html;
error_page 405 /error/405.html;
error_page 500 /error/500.html;
error_page 502 /error/502.html;
error_page 503 /error/503.html;
recursive_error_pages on;
location = /error/400.html {
internal;
auth_basic off;
}
location = /error/401.html {
internal;
auth_basic off;
}
location = /error/403.html {
internal;
auth_basic off;
}
location = /error/404.html {
internal;
auth_basic off;
}
location = /error/405.html {
internal;
auth_basic off;
}
location = /error/500.html {
internal;
auth_basic off;
}
location = /error/502.html {
internal;
auth_basic off;
}
location = /error/503.html {
internal;
auth_basic off;
}
error_log /var/log/ispconfig/httpd/valet.pacim.de/error.log;
access_log /var/log/ispconfig/httpd/valet.pacim.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/web26/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 /c771a3ab7b880bb0b931251b68f78c9b.htm @php;
}
location @php {
try_files $uri =404;
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/lib/php7.3-fpm/web26.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_intercept_errors on;
}
}