Merge pull request #49 from pavgup/patch-1

nginx static content location root fixed
This commit is contained in:
Matthew Scragg 2015-03-10 10:37:51 -05:00
commit c5c71ce1f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -126,7 +126,7 @@ Put the following sample configuration in that file.
# Settings to by-pass for static files
location ^~ /static/ {
# Example:
root /full/path/to/realms/static/;
root /full/path/to/realms/;
}
location / {