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
31cc2c2ccb
media
/
media.nginx.conf
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use a better path.
2020-09-27 14:12:46 +02:00
root /var/www/media/site;
Simplify nginx config.
2020-08-23 21:54:36 +02:00
index index.html;
location / {
try_files $uri $uri/ =404;
}