We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff56a5 commit c3dd228Copy full SHA for c3dd228
operations/nginx-cookbook.conf
@@ -1,15 +1,6 @@
1
server {
2
server_name recipes.for-all.dev;
3
4
- # Serve static files directly
5
- location ~* \.(png|jpg|jpeg|gif|ico|svg|css|js|woff|woff2|ttf|eot|webp)$ {
6
- root /home/quinn/cookbook/book/_build/site/public;
7
- try_files $uri =404;
8
- expires 1y;
9
- add_header Cache-Control "public, immutable";
10
- }
11
-
12
- # Proxy everything else to MyST server
13
location / {
14
proxy_pass http://localhost:3000;
15
proxy_http_version 1.1;
0 commit comments