This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Neca
/
HRCenter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Added nginx config file
pull/110/head
Safet Purkovic
3 years ago
parent
737fb489ec
commit
107ea63bd4
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
nginx.conf
+ 8
- 0
nginx.conf
View File
@@ -0,0 +1,8 @@
server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
}
Write
Preview
Loading…
Cancel
Save