# Forge: Nginx Templates

DevFeed: [Forge: Nginx Templates](<https://devfeed.tech/articles/forge-nginx-templates-3674.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-nginx-templates>)

Author: James Brooks

Published: 2020-11-05T15:28:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [feature](<https://devfeed.tech/tags/feature.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [nginx](<https://devfeed.tech/tags/nginx.md>)

## AI overview

Laravel Forge introduces Nginx Templates, allowing users to define reusable base Nginx configuration files for new sites. Templates can handle recurring configuration changes or support applications built with other frameworks or languages, and they are available across all Forge plans.

## Source excerpt

Today we're excited to introduce a new feature to [Laravel Forge](https://laravel.com/forge) called **Nginx Templates**. These templates allow you to define your own base Nginx configuration files tha...