Implemented adding nginx conf file
This commit is contained in:
@ -25,8 +25,6 @@ namespace Seenginx
|
||||
|
||||
public IConfiguration Configuration { get; }
|
||||
|
||||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
services.AddRazorPages()
|
||||
@ -67,8 +65,7 @@ namespace Seenginx
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.ApplicationServices
|
||||
.UseBulmaProviders();
|
||||
app.ApplicationServices.UseBulmaProviders();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
||||
|
Reference in New Issue
Block a user