Restore nginx config a little more.

This commit is contained in:
Douwe Maan 2015-02-20 23:32:39 +01:00
parent 6945f4a299
commit 26d57a648c
2 changed files with 2 additions and 0 deletions

View file

@ -105,6 +105,7 @@ server {
## See config/application.rb under "Relative url support" for the list of
## other files that need to be changed for relative url support
location ~ ^/(assets)/ {
root /home/git/gitlab/public;
gzip_static on; # to serve pre-gzipped version
expires max;
add_header Cache-Control public;

View file

@ -152,6 +152,7 @@ server {
## See config/application.rb under "Relative url support" for the list of
## other files that need to be changed for relative url support
location ~ ^/(assets)/ {
root /home/git/gitlab/public;
gzip_static on; # to serve pre-gzipped version
expires max;
add_header Cache-Control public;