| Server IP : 216.238.66.20 / Your IP : 216.73.216.199 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/7mares-api.gamliel.mx/backup/16Jan2023-20-25-18/ |
Upload File : |
server {
server_name 7mares-api.gamliel.mx www.7mares-api.gamliel.mx;
access_log /var/log/nginx/7mares-api.gamliel.mx.access.log ;
error_log /var/log/nginx/7mares-api.gamliel.mx.error.log;
add_header X-Proxy-Cache $upstream_cache_status;
location / {
proxy_pass http://127.0.0.1:1338;
proxy_redirect off;
include proxy_params;
}
# Security settings for better privacy
# Deny hidden files
location ~ /\.(?!well-known\/) {
deny all;
}
# letsencrypt validation
location /.well-known/acme-challenge/ {
alias /var/www/html/.well-known/acme-challenge/;
allow all;
auth_basic off;
}
include /var/www/7mares-api.gamliel.mx/conf/nginx/*.conf;
}