Change fic2014 to fic
This commit is contained in:
parent
4a67552a29
commit
cfc7c2ba0b
11 changed files with 47 additions and 47 deletions
|
|
@ -1,7 +1,7 @@
|
|||
access_log /var/log/nginx/fic.access_log;
|
||||
error_log /var/log/nginx/fic.error_log;
|
||||
|
||||
root /var/www/fic2014-server/htdocs;
|
||||
root /var/www/fic-server/htdocs;
|
||||
index index.php;
|
||||
|
||||
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
location /files
|
||||
{
|
||||
root /var/www/fic2014-server/;
|
||||
root /var/www/fic-server/;
|
||||
}
|
||||
|
||||
location ~* \favicon.ico$ {
|
||||
|
|
|
|||
Reference in a new issue