Skip to content

Commit 486ed3a

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent b7a9a40 commit 486ed3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ app.Static("/", "./files")
126126
{% endcode %}
127127

128128
{% hint style="info" %}
129-
Use a reverse proxy cache like **\*\*\[**NGINX\*\*\]\([https://www.nginx.com/resources/wiki/start/topics/examples/reverseproxycachingexample/](https://www.nginx.com/resources/wiki/start/topics/examples/reverseproxycachingexample/)\) to improve performance of serving static assets.
129+
Use a reverse proxy cache like [**NGINX**](https://www.nginx.com/resources/wiki/start/topics/examples/reverseproxycachingexample/) to improve performance of serving static assets.
130130
{% endhint %}
131131

132132
You can use any virtual path prefix \(_where the path does not actually exist in the file system_\) for files that are served by the **Static** method, specify a prefix path for the static directory, as shown below:

0 commit comments

Comments
 (0)