%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
server {
listen 80;
listen [::]:80;
server_name jdih.mamujutengahkab.go.id;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name jdih.mamujutengahkab.go.id jdih-tes.mamujutengahkab.go.id;
root /var/www/ildis_v4;
index index.php;
charset utf-8;
client_max_body_size 100M;
ssl_certificate /etc/nginx/ssl/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/star_mamujutengahkab_go_id.key;
access_log /var/log/nginx/yii-access.log;
error_log /var/log/nginx/yii-error.log warn;
#
# FRONTEND
#
location / {
try_files $uri $uri/ /index.php?$args;
}
#
# BACKEND
#
location /backend {
index index.php;
try_files $uri $uri/ /backend/index.php?$query_string;
}
#
# PHP
#
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php8.2-fpm.sock;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
include fastcgi_params;
}
#
# Static files
#
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|woff|woff2|ttf|eot|webp)$ {
expires 30d;
access_log off;
log_not_found off;
}
#
# Security
#
location ~ /\.(?!well-known) {
deny all;
}
location ~ ^/(vendor|runtime|tests|commands|config) {
deny all;
}
location ~ /(composer\.(json|lock)|yii)$ {
deny all;
}
}