Skip to content

Commit

Permalink
move field
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Oct 22, 2024
1 parent 9a1f012 commit 70a8cd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openshift/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# * Official English Documentation: http://nginx.org/en/docs/
error_log /dev/stdout info;

# For openshift to have permissions
client_body_temp_path /tmp/nginx/client_temp


events {
worker_connections 1024;
Expand All @@ -14,6 +13,9 @@ http {
default_type application/octet-stream;
access_log /dev/stdout;

# For openshift to have permissions
client_body_temp_path /tmp/nginx/client_temp

server {
# listen on port 3000
listen 3000;
Expand Down

0 comments on commit 70a8cd4

Please sign in to comment.