]> Untitled Git - web-gallery.git/blob - server/default.conf
Updated to 1.7.0
[web-gallery.git] / server / default.conf
1 server {
2     location / {
3         proxy_pass http://navigator:5000;
4     }
5
6     location /images {
7         root /data;
8     }
9 }