Implemented adding nginx conf file

This commit is contained in:
2020-07-01 19:36:22 +02:00
parent 665357421a
commit 1d173f2467
19 changed files with 317 additions and 80 deletions

View File

@ -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();