Skip to content

Commit

Permalink
add location2 nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MajedAlaitwniCap committed Jul 12, 2023
1 parent 344e4b1 commit d27d0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
app: h5p-staticfiles-server
spec:
# securityContext:
# securityContext: not nessesary to specify user
#readOnlyRootFilesystem: true
# run as user node (uid 1000)
# runAsUser: 1000
Expand Down
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http {
server_name _;
root /usr/share/nginx/html/;
location /ping {
return 200 'pong'
return 200 'pong';
}
}
}

0 comments on commit d27d0b2

Please sign in to comment.