Commit f5751e5d authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ADM] install scripts

parent 29ee1972
#!/bin/bash
stack install --profile --test --fast # --haddock
stack install --nix --profile --test --fast # --haddock
##
## GargantText serveur configuration
## Authors: team@gargantext.org
## Licence CNRS/AGPLv3-MIT/CECILL-INRIA
#
# Fee free to improve it
# Thanks for sharing to all community
# Specific NGINX informations
#
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
......@@ -43,8 +33,8 @@ server {
# Comment this for maintenance only
server {
#server_name v4.gargantext.org;
server_name maintenanceOnly.gargantext.org;
server_name v4.gargantext.org;
#server_name maintenanceOnly.gargantext.org;
add_header Cache-Control "no-cache";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment