⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
python
/
yeni
/
Edit File: byrak.com
server { server_name byrak.com www.byrak.com; index index.php; client_max_body_size 128M; root /var/www/byrak.com/public; location / { try_files $uri /index.php$is_args$args; } # Shopware install / update # new for Shopware 6.5 location /shopware-installer.phar.php { try_files $uri /shopware-installer.phar.php$is_args$args; } location /recovery/install { index index.php; try_files $uri /recovery/install/index.php$is_args$args; } location /recovery/update/ { location /recovery/update/assets { } if (!-e $request_filename){ rewrite . /recovery/update/index.php last; } } location ~ \.php$ { fastcgi_param PHP_VALUE "extension=intl.so"; fastcgi_split_path_info ^(.+\.php)(/.+)$; include fastcgi.conf; fastcgi_param HTTP_PROXY ""; fastcgi_buffers 8 16k; fastcgi_buffer_size 32k; fastcgi_read_timeout 300s; proxy_connect_timeout 600; proxy_send_timeout 600; proxy_read_timeout 600; send_timeout 600; client_body_buffer_size 128k; fastcgi_pass unix:/run/php/php8.1-fpm.sock; http2_push_preload on; } listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/byrak.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/byrak.com/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { server_name byrak.com www.byrak.com; return 301 $scheme://www.byrak.com$request_uri; listen 80; }
Simpan