Skip to content
Snippets Groups Projects

Enable gitlab pages

Merged Sven-Hendrik Haase requested to merge enable-gitlab-pages into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -157,6 +157,7 @@ server {
@@ -157,6 +157,7 @@ server {
if ($maintenance_remote_machine = true) {
if ($maintenance_remote_machine = true) {
access_log /var/log/nginx/{{ archweb_domain }}/access.log main;
access_log /var/log/nginx/{{ archweb_domain }}/access.log main;
uwsgi_pass archweb;
uwsgi_pass archweb;
 
break;
}
}
return 503;
return 503;
Loading