Skip to content

Instantly share code, notes, and snippets.

@cjus
Last active July 12, 2023 14:59
Show Gist options
  • Select an option

  • Save cjus/b46a243ba610661a7efb to your computer and use it in GitHub Desktop.

Select an option

Save cjus/b46a243ba610661a7efb to your computer and use it in GitHub Desktop.
AngularJS Nginx and html5Mode
server {
server_name yoursite.com;
root /usr/share/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}
@cescgie

cescgie commented Nov 28, 2017

Copy link
Copy Markdown

@cjus this saves my time

@clov0

clov0 commented Jan 17, 2018

Copy link
Copy Markdown

Really Helped
Thanks

@mattisebastian

Copy link
Copy Markdown

You guys saved me a lot of time, thank you!

@royge

royge commented Oct 25, 2018

Copy link
Copy Markdown

Thanks @jpduckwo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment