Skip to content

Instantly share code, notes, and snippets.

@osmangoninahid
Created June 17, 2019 06:33
Show Gist options
  • Save osmangoninahid/4bb36956fe3fd54618428e02f8325e5d to your computer and use it in GitHub Desktop.
Save osmangoninahid/4bb36956fe3fd54618428e02f8325e5d to your computer and use it in GitHub Desktop.
server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
error_page 405 =200 $uri;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment