This website requires JavaScript.
Explore
Help
Sign In
ngws
/
media
Watch
1
Star
0
Fork
You've already forked media
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
media
/
media.nginx.conf
7 lines
91 B
Plaintext
Raw
Permalink
Blame
History
root /var/www/media/site;
index index.html;
location / {
try_files $uri $uri/ =404;
}
Reference in New Issue
View Git Blame
Copy Permalink