Skip to content

Instantly share code, notes, and snippets.

@berkslv
Created March 26, 2023 02:23
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 berkslv/bdd5fe9090fc3c53f0919e3d6d3c2954 to your computer and use it in GitHub Desktop.
Save berkslv/bdd5fe9090fc3c53f0919e3d6d3c2954 to your computer and use it in GitHub Desktop.
React deploymeny
server {
listen 80;
server_name example.com;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment