| Server IP : 95.46.96.79 / Your IP : 216.73.216.84 Web Server : Apache/2.4.41 (Ubuntu) System : Linux zaimer.uz 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : akslabs_uz_usr ( 1001) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/ |
Upload File : |
the site mail.akslabs.net (the roundcube mail client UI) config HAS BEEN EDITED MANUALLY:
- with the existing user
- reverse proxy
- no DB
- no BACKUPS
- no FTP
server {
server_name mail.akslabs.net ;
listen 95.46.96.79:80;
listen 95.46.96.79:443 ssl;
ssl_certificate "/var/www/httpd-cert/mail.akslabs.net_2026-07-16-20-32_20.crt";
ssl_certificate_key "/var/www/httpd-cert/mail.akslabs.net_2026-07-16-20-32_20.key";
charset utf-8;
gzip on;
gzip_min_length 1024;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/css image/x-ico application/pdf image/jpeg image/png image/gif application/javascript application/x-javascript application/x-pointplus;
gzip_comp_level 1;
set $root_path /var/www/akslabs_uz_usr/data/www/mail.akslabs.net;
root $root_path;
disable_symlinks if_not_owner from=$root_path;
client_max_body_size 100m;
client_body_timeout 120s;
location / {
proxy_pass http://127.0.0.1:10080/roundcube/;
client_max_body_size 100m;
client_body_timeout 120s;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_connect_timeout 60s;
proxy_read_timeout 60s;
#include /etc/nginx/proxy_params;
}
location /postfixadmin/ {
proxy_pass http://127.0.0.1:10080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_connect_timeout 60s;
proxy_read_timeout 60s;
proxy_redirect off;
}
location /postfixadmin {
rewrite ^([^.\?]*[^/])$ $1/ permanent;
port_in_redirect off;
}
#location ~* ^.+\.(jpg|jpeg|gif|png|svg|js|css|mp3|ogg|mpeg|avi|zip|gz|bz2|rar|swf|ico|7z|doc|docx|map|ogg|otf|pdf|tff|tif|txt|wav|webp|woff|woff2|xls|xlsx|xml)$ {
# try_files $uri $uri/ @fallback;
#}
include "/etc/nginx/fastpanel2-sites/akslabs_uz_usr/mail.akslabs.net.includes";
include /etc/nginx/fastpanel2-includes/*.conf;
error_log /var/www/akslabs_uz_usr/data/logs/mail.akslabs.net-frontend.error.log;
access_log /var/www/akslabs_uz_usr/data/logs/mail.akslabs.net-frontend.access.log;
}