Skip to content

Instantly share code, notes, and snippets.

@ravshansbox
Created September 11, 2023 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravshansbox/c0209c59b2143678d56f92f6c3901b11 to your computer and use it in GitHub Desktop.
Save ravshansbox/c0209c59b2143678d56f92f6c3901b11 to your computer and use it in GitHub Desktop.
server {
gzip off;
gzip_static on;
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment