Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 13, 2023
2 parents cc3a143 + b6b19da commit 8d1e425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ server {
listen 3000;
resolver 8.8.8.8;
location / {
add_header Cache-Control no-store always;
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
Expand Down

0 comments on commit 8d1e425

Please sign in to comment.