Skip to content

Commit

Permalink
testing 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Sep 13, 2024
1 parent 530ea74 commit 4c75170
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions openshift/vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ server {
try_files $uri /index.php?$args;
}

location / {

# URLs to attempt, including pretty ones.
try_files $uri $uri/ /index.php?q=$uri&$args;
}

location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass sample-app:9000;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>FSW-Dualnets</title>
<title>FSW-Openshift</title>

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{{-- Element is nodig om de naam van de applicatie te centreren --}}
</div>
@endif
<a class="navbar-brand text-light px-4" href="#">FSW-Dualnets</a>
<a class="navbar-brand text-light px-4" href="#">FSW-Openshift</a>

<ul class="nav">
@if(!Auth::guest())
Expand Down

0 comments on commit 4c75170

Please sign in to comment.