Merge pull request #49 from pavgup/patch-1
nginx static content location root fixed
This commit is contained in:
commit
c5c71ce1f9
|
@ -126,7 +126,7 @@ Put the following sample configuration in that file.
|
||||||
# Settings to by-pass for static files
|
# Settings to by-pass for static files
|
||||||
location ^~ /static/ {
|
location ^~ /static/ {
|
||||||
# Example:
|
# Example:
|
||||||
root /full/path/to/realms/static/;
|
root /full/path/to/realms/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
Loading…
Reference in a new issue