This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 443 ssl; | |
server_name files.example.com; | |
root /var/www/html; | |
keepalive_timeout 30; | |
location = / { | |
index index.html; | |
} |