server { listen 19603; server_name _; charset utf-8; access_log /var/log/nginx/pacs.access.log; error_log /var/log/nginx/pacs.error.log; index index.html index.htm; #root /data/www/pacs; root /var/www/html/pacs; }