Merge pull request #49 from pavgup/patch-1
nginx static content location root fixed
This commit is contained in:
commit
c5c71ce1f9
1 changed files with 1 additions and 1 deletions
|
@ -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 / {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue