#ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. server { listen 144.91.76.27:80; server_name mobil.otuzikincigun.com; server_name www.mobil.otuzikincigun.com; server_name ipv4.mobil.otuzikincigun.com; client_max_body_size 128m; root "/var/www/vhosts/otuzikincigun.com/httpdocs/mobil"; access_log "/var/www/vhosts/system/mobil.otuzikincigun.com/logs/proxy_access_log"; error_log "/var/www/vhosts/system/mobil.otuzikincigun.com/logs/proxy_error_log"; #extension letsencrypt begin location ^~ /.well-known/acme-challenge/ { root /var/www/vhosts/default/htdocs; types { } default_type text/plain; satisfy any; auth_basic off; allow all; location ~ ^/\.well-known/acme-challenge.*/\. { deny all; } } #extension letsencrypt end #extension kolab begin # Plesk Premium Email is not enabled for this domain. #extension kolab end location / { proxy_pass http://144.91.76.27:7080; 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-Accel-Internal /internal-nginx-static-location; access_log off; } location /internal-nginx-static-location/ { alias /var/www/vhosts/otuzikincigun.com/httpdocs/mobil/; internal; } location ~ ^/(plesk-stat|awstats-icon|webstat|webstat-ssl|ftpstat|anon_ftpstat) { proxy_pass http://144.91.76.27:7080; 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-Accel-Internal /internal-nginx-static-location; access_log off; } add_header X-Powered-By PleskLin; }