To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
server { listen 80 default_server; listen [::]:80 default_server; server_name _; root /var/www/; index index.html; try_files $uri /index.html =404; }