Skip to content

Instantly share code, notes, and snippets.

@nikhresna
Last active August 12, 2019 12:05
Show Gist options
  • Save nikhresna/c941258df7995d940c29892264ed42ca to your computer and use it in GitHub Desktop.
Save nikhresna/c941258df7995d940c29892264ed42ca to your computer and use it in GitHub Desktop.
server {
listen 80;
listen [::]:80;
server_name 172.105.222.69;
root /var/www/kementrian-front-end;
index index.html;
location / {
try_files $uri /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment